Skip to content

Commit

Permalink
Merge pull request #6 from yumemi-inc/feature/renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
novr authored Dec 5, 2023
2 parents 91ed6f9 + 911b41b commit 499e40b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 62 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

Package.resolved
61 changes: 0 additions & 61 deletions Package.resolved

This file was deleted.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.0.0"),
.package(name: "XCResultKit", url: "https://github.com/davidahouse/XCResultKit", from: "0.9.3"),
.package(name: "XCResultKit", url: "https://github.com/davidahouse/XCResultKit", from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
31 changes: 31 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor",
":timezone(Asia/Tokyo)"
],
"configMigration": true,
"branchPrefix": "ci/renovate/",
"labels": [
"renovate"
],
"prHourlyLimit": 0,
"prConcurrentLimit": 3,
"reviewers": ["team:yumemi-inc/ios_wg_s13n"],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)project\\.ya?ml$",
"(^|/)[Xx]code[Gg]en/.+\\.ya?ml$"
],
"matchStrings": [
"url: https:\\/\\/github\\.com\\/(?<depName>.*?)(\\.git)?\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s",
"github: (?<depName>.*?)\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s"
],
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v?(?<version>.*)$"
}
]
}

0 comments on commit 499e40b

Please sign in to comment.