Skip to content

Commit ecc9c0b

Browse files
committed
Group dependabot updates in 1 PR
1 parent c8f1a7e commit ecc9c0b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
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-
61
version: 2
72
updates:
83
# Enable version updates for Python
94
- package-ecosystem: "pip"
105
directory: "/" # Location of package manifests
116
# Check for updates once a month
127
schedule:
13-
interval: "monthly"
8+
interval: "weekly"
149
# Use the `dependencies` branch as a target
1510
target-branch: "dependencies"
1611
open-pull-requests-limit: 10
12+
groups:
13+
dependencies:
14+
patterns:
15+
- "*"
1716

1817
# Enable version updates for GH Actions
1918
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)