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 12
12
} ,
13
13
"packageRules" : [
14
14
{
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" ] ,
21
17
// This package rule disables updates for `actions/setup-python` Python versions:
22
18
// it's better to do these manually as there's often a reason why we can't use
23
19
// 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" ]
29
23
} ,
30
24
{
31
25
groupName : "most test/lint dependencies" ,
You can’t perform that action at this time.
0 commit comments