File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 2
2
# package ecosystems to update and where the package manifests are located.
3
3
# Please see the documentation for all configuration options:
4
4
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
5
version : 2
7
6
updates :
7
+ # Poetry dependencies
8
8
- package-ecosystem : " pip"
9
- directory : " /" # Location of package manifests
9
+ directory : " /"
10
10
schedule :
11
- interval : " daily"
12
- open-pull-requests-limit : 15
11
+ interval : " weekly" # Options: "daily", "weekly", "monthly"
12
+ commit-message :
13
+ prefix : " build"
14
+ include : " scope" # Optional, includes the dependency name in commit message
13
15
groups :
14
16
security-update :
15
17
applies-to : security-updates
16
18
patterns :
17
19
- " *"
20
+ # GitHub Actions dependencies
21
+ - package-ecosystem : " github-actions"
22
+ directory : " /.github/workflows"
23
+ schedule :
24
+ interval : " weekly"
25
+ commit-message :
26
+ prefix : " ci"
You can’t perform that action at this time.
0 commit comments