Skip to content

Commit 16f242b

Browse files
committed
Match all update types for dependencies and bump Go
1 parent 399c17e commit 16f242b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"packageRules": [
99
{
1010
"matchManagers": ["github-actions"],
11+
"matchUpdateTypes": ["*"],
1112
"groupName": "GitHub Actions"
1213
},
1314
{
@@ -23,10 +24,13 @@
2324
},
2425
{
2526
"matchCategories": ["python"],
27+
"matchUpdateTypes": ["*"],
2628
"groupName": "Python dependencies"
2729
},
2830
{
2931
"matchDatasources": ["golang-version"],
32+
"rangeStrategy": "bump",
33+
"allowedVersions": "/^1\\.25\\.0$/",
3034
"groupName": "Go"
3135
},
3236
{

0 commit comments

Comments
 (0)