Skip to content

Commit 6d296d9

Browse files
authored
ci: have osv-scalibr updates be done in a dedicated pull request (#330)
1 parent b8ee28e commit 6d296d9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

renovate.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"packageRules": [
1313
{
1414
"matchUpdateTypes": ["major"],
15-
"groupName": "Major Updates",
16-
"enabled": true
15+
"groupName": "Major Updates"
1716
},
1817
{
1918
"matchCategories": ["golang"],
@@ -24,8 +23,8 @@
2423
"groupName": "workflows"
2524
},
2625
{
27-
"matchDepTypes": ["golang"],
28-
"enabled": false
26+
"matchPackageNames": ["github.com/google/osv-scalibr"],
27+
"groupName": "osv-scalibr"
2928
}
3029
],
3130
"ignorePaths": ["**/testdata/**"]

0 commit comments

Comments
 (0)