Skip to content

Commit

Permalink
Merge pull request #19 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 5f056ba + 2418f03 commit 134bb96
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 70 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ playground.xcworkspace
# .swiftpm

.build/
Package.resolved

# CocoaPods
#
Expand Down
70 changes: 0 additions & 70 deletions Package.resolved

This file was deleted.

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 134bb96

Please sign in to comment.