File tree Expand file tree Collapse file tree 4 files changed +32
-17
lines changed Expand file tree Collapse file tree 4 files changed +32
-17
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : " github-actions"
4- directory : " /"
5- schedule :
6- interval : " weekly"
7- day : " monday"
8- time : " 04:00"
9- timezone : " Europe/Lisbon"
10- open-pull-requests-limit : 10
11- labels : ["deps","ci"]
123 - package-ecosystem : " pip"
134 directory : " /"
14- schedule :
15- interval : " weekly"
16- day : " monday"
17- time : " 04:15"
18- timezone : " Europe/Lisbon"
19- open-pull-requests-limit : 10
20- labels : ["deps","python"]
21- versioning-strategy : increase-if-necessary
5+ schedule : { interval: "weekly" }
6+ open-pull-requests-limit : 2
7+ groups :
8+ python-dev :
9+ patterns :
10+ - " black"
11+ - " ruff"
12+ - " pytest*"
13+ - " mypy*"
14+ python-runtime :
15+ patterns : ["*"]
16+ exclude-patterns :
17+ - " black"
18+ - " ruff"
19+ - " pytest*"
20+ - " mypy*"
21+ - package-ecosystem : " github-actions"
22+ directory : " /"
23+ schedule : { interval: "weekly" }
24+ open-pull-requests-limit : 2
25+ groups :
26+ gh-actions :
27+ patterns : ["*"]
Original file line number Diff line number Diff line change 1+ concurrency :
2+ group : ${{ github.workflow }}-${{ github.ref }}
3+ cancel-in-progress : true
Original file line number Diff line number Diff line change 1818 config-name : release-drafter.yml
1919 env :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21+ concurrency :
22+ group : ${{ github.workflow }}-${{ github.ref }}
23+ cancel-in-progress : true
Original file line number Diff line number Diff line change 2828 requireScope : false
2929 subjectPattern : ^.+$
3030 wip : true
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments