File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
"semanticCommits" : "disabled" ,
8
8
"separateMajorMinor" : false ,
9
9
"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" ] ,
10
14
"pre-commit" : {
11
15
"enabled" : true
12
16
} ,
13
17
"packageRules" : [
14
18
{
15
19
groupName : "GitHub Actions" ,
16
20
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" ] ,
21
21
description : "Quarterly update of GitHub Action dependencies" ,
22
22
schedule : [ "every 3 months on the first day of the month" ]
23
23
} ,
You can’t perform that action at this time.
0 commit comments