Skip to content

Commit

Permalink
Merge pull request #120 from mikanIchinose/mikan/renovate/json5
Browse files Browse the repository at this point in the history
Mikan/renovate/json5
  • Loading branch information
mikanIchinose authored Nov 10, 2024
2 parents fd0c28d + e495426 commit 875cb93
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 46 deletions.
46 changes: 0 additions & 46 deletions renovate.json

This file was deleted.

51 changes: 51 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": [
"deps"
],
"rebaseWhen": "behind-base-branch",
// 無駄なCI実行を抑制するために1件ずつRPを作る
"prConcurrentLimit": 1,
"packageRules": [
// メジャーアップデート以外は自動マージでヨシ
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchFileNames": [
".github/**"
],
"groupName": "actions",
},
{
"matchFileNames": [
"gradle/libs.versions.toml"
],
"groupName": "dependencies",
},
// Convention Plugin は無視
{
"matchPackagePrefixes": [
"githubstarviewer"
],
"enabled": false
},
// AGPは手動でアップデートします
{
"matchPackagePrefixes": [
"com.android.tools.build",
"gradle",
],
"enabled": false
},
]
}

0 comments on commit 875cb93

Please sign in to comment.