Skip to content

Commit 18d5f80

Browse files
authored
Update dependabot config (#875)
1 parent c636c32 commit 18d5f80

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# For all possible configuration options see:
22
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
33

4+
# Note that limitations on version updates applied in this file don't apply to security updates,
5+
# which are separately managed by dependabot
6+
47
version: 2
58
updates:
69
- package-ecosystem: "npm"
710
directory: "/"
811
schedule:
912
interval: "daily"
10-
# Allow up to 10 open pull requests for dependencies.
11-
open-pull-requests-limit: 5
12-
- package-ecosystem: github-actions
13-
directory: /
14-
groups:
15-
github-actions:
16-
patterns:
17-
- "*" # Group all Actions updates into a single larger pull request
13+
open-pull-requests-limit: 20
14+
ignore:
15+
- dependency-name: "*"
16+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
1819
schedule:
19-
interval: weekly
20+
interval: "daily"

0 commit comments

Comments
 (0)