File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
- # Please see the documentation for all configuration options:
4
- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
1
version : 2
7
2
updates :
8
3
# Enable version updates for Python
9
4
- package-ecosystem : " pip"
10
5
directory : " /" # Location of package manifests
11
6
# Check for updates once a month
12
7
schedule :
13
- interval : " monthly "
8
+ interval : " weekly "
14
9
# Use the `dependencies` branch as a target
15
10
target-branch : " dependencies"
16
11
open-pull-requests-limit : 10
12
+ groups :
13
+ dependencies :
14
+ patterns :
15
+ - " *"
17
16
18
17
# Enable version updates for GH Actions
19
18
- package-ecosystem : " github-actions"
You can’t perform that action at this time.
0 commit comments