File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
- # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
2
1
version : 2
3
2
updates :
4
- - package-ecosystem : " github-actions"
5
- directory : ' /'
6
- schedule :
7
- interval : " weekly"
8
- ignore :
9
- - dependency-name : ' *'
10
- update-types : ['version-update:semver-patch']
11
- commit-message :
12
- prefix : ci
13
- labels : ['skip changelog']
14
-
15
- - package-ecosystem : " poetry"
3
+ - package-ecosystem : " pip" # Poetry uses pip under the hood
16
4
directory : " /"
17
5
schedule :
18
- interval : " weekly"
6
+ interval : " weekly" # Check for updates weekly
7
+ open-pull-requests-limit : 10 # Limit the number of open PRs
8
+ labels :
9
+ - " dependencies"
10
+ commit-message :
11
+ prefix : " chore"
19
12
20
- - package-ecosystem : " pip "
13
+ - package-ecosystem : " github-actions " # Also update GitHub Actions
21
14
directory : " /"
22
15
schedule :
23
16
interval : " weekly"
17
+ labels :
18
+ - " dependencies"
19
+ commit-message :
20
+ prefix : " ci"
You can’t perform that action at this time.
0 commit comments