File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1212 } ,
1313 "packageRules" : [
1414 {
15- "groupName" : "GitHub Actions" ,
16- "matchManagers" : [ "github-actions" ] ,
17- "description" : "Quarterly update of GitHub Action dependencies" ,
18- "schedule" : [ "every 3 months on the first day of the month" ]
19- } ,
20- {
15+ groupName : "GitHub Actions" ,
16+ matchManagers : [ "github-actions" ] ,
2117 // This package rule disables updates for `actions/setup-python` Python versions:
2218 // it's better to do these manually as there's often a reason why we can't use
2319 // the latest Python version in CI for a specific job
24- groupName : "Python versions" ,
25- matchManagers : [ "github-actions" ] ,
26- matchPackageNames : [ "python" ] ,
27- description : "Disable PRs updating Python versions" ,
28- enabled : false ,
20+ matchPackageNames : [ "!python" ] ,
21+ description : "Quarterly update of GitHub Action dependencies" ,
22+ schedule : [ "every 3 months on the first day of the month" ]
2923 } ,
3024 {
3125 groupName : "most test/lint dependencies" ,
You can’t perform that action at this time.
0 commit comments