We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399c17e commit 16f242bCopy full SHA for 16f242b
1 file changed
renovate.json
@@ -8,6 +8,7 @@
8
"packageRules": [
9
{
10
"matchManagers": ["github-actions"],
11
+ "matchUpdateTypes": ["*"],
12
"groupName": "GitHub Actions"
13
},
14
@@ -23,10 +24,13 @@
23
24
25
26
"matchCategories": ["python"],
27
28
"groupName": "Python dependencies"
29
30
31
"matchDatasources": ["golang-version"],
32
+ "rangeStrategy": "bump",
33
+ "allowedVersions": "/^1\\.25\\.0$/",
34
"groupName": "Go"
35
36
0 commit comments