Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 6509849

Browse files
authored
Merge pull request #366 from kufu/chore-ruby-only-auto-update-add-renovate-config-ver4
renovateで何も検知されなくなったのでrubyだけ検知されるように修正しました
2 parents 57ac964 + 271242f commit 6509849

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.renovaterc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@
2020
"groupName": "Ruby",
2121
"description": "Rubyバージョンの更新",
2222
"matchManagers": ["ruby-version", "github-actions"],
23-
"matchDepTypes": ["ruby-version"],
2423
"enabled": true,
2524
"separateMinorPatch": true
25+
},
26+
{
27+
"description": "GitHub Actionsのアクション自体の更新を無効化",
28+
"matchManagers": ["github-actions"],
29+
"matchPackagePatterns": ["^actions/", "^ruby/setup-ruby$"],
30+
"enabled": false
2631
}
2732
],
2833
"prConcurrentLimit": 1,

0 commit comments

Comments
 (0)