File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44version : 2
55updates :
66 # Python dependencies (pip)
7- - package-ecosystem : " pip"
8- directory : " / "
7+ - package-ecosystem : ' pip'
8+ directory : ' / '
99 schedule :
10- interval : " weekly"
11- day : " monday"
12- time : " 09:00"
13- timezone : " America/Los_Angeles"
10+ interval : ' weekly'
11+ day : ' monday'
12+ time : ' 09:00'
13+ timezone : ' America/Los_Angeles'
1414 open-pull-requests-limit : 10
1515 labels :
16- - " dependencies"
17- - " python"
16+ - ' dependencies'
17+ - ' python'
1818 commit-message :
19- prefix : " chore(deps)"
19+ prefix : ' chore(deps)'
2020 groups :
2121 # Group all Python dependency updates into a single PR
2222 python-dependencies :
2323 patterns :
24- - " * "
24+ - ' * '
2525
2626 # GitHub Actions
27- - package-ecosystem : " github-actions"
28- directory : " / "
27+ - package-ecosystem : ' github-actions'
28+ directory : ' / '
2929 schedule :
30- interval : " weekly"
31- day : " monday"
32- time : " 09:00"
33- timezone : " America/Los_Angeles"
30+ interval : ' weekly'
31+ day : ' monday'
32+ time : ' 09:00'
33+ timezone : ' America/Los_Angeles'
3434 open-pull-requests-limit : 5
3535 labels :
36- - " dependencies"
37- - " github-actions"
36+ - ' dependencies'
37+ - ' github-actions'
3838 commit-message :
39- prefix : " chore(deps)"
39+ prefix : ' chore(deps)'
4040 groups :
4141 # Group GitHub Actions updates
4242 actions :
4343 patterns :
44- - " * "
44+ - ' * '
You can’t perform that action at this time.
0 commit comments