File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 "semanticCommits" : "disabled" ,
88 "separateMajorMinor" : false ,
99 "prHourlyLimit" : 10 ,
10+ // This package rule disables updates for `actions/setup-python` Python versions:
11+ // it's better to do these manually as there's often a reason why we can't use
12+ // the latest Python version in CI for a specific job
13+ ignoreDeps : [ "python" ] ,
1014 "pre-commit" : {
1115 "enabled" : true
1216 } ,
1317 "packageRules" : [
1418 {
1519 groupName : "GitHub Actions" ,
1620 matchManagers : [ "github-actions" ] ,
17- // This package rule disables updates for `actions/setup-python` Python versions:
18- // it's better to do these manually as there's often a reason why we can't use
19- // the latest Python version in CI for a specific job
20- matchPackageNames : [ "!python" ] ,
2121 description : "Quarterly update of GitHub Action dependencies" ,
2222 schedule : [ "every 3 months on the first day of the month" ]
2323 } ,
You can’t perform that action at this time.
0 commit comments