File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
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
1
2
version : 2
2
3
updates :
3
- # GitHub Actions
4
- - package-ecosystem : github-actions
4
+ - package-ecosystem : " github-actions"
5
5
directory : ' /'
6
6
schedule :
7
- interval : monthly
7
+ interval : " weekly "
8
8
ignore :
9
9
- dependency-name : ' *'
10
10
update-types : ['version-update:semver-patch']
11
11
commit-message :
12
12
prefix : ci
13
13
labels : ['skip changelog']
14
14
15
- # Build system
16
15
- package-ecosystem : " poetry"
17
16
directory : " /"
18
17
schedule :
19
- interval : " daily"
18
+ interval : " weekly"
19
+
20
+ - package-ecosystem : " pip"
21
+ directory : " /"
22
+ schedule :
23
+ interval : " weekly"
You can’t perform that action at this time.
0 commit comments