Skip to content

Commit d8f76fc

Browse files
authored
build: update dependabot configuration for npm, docker, and github-actions (#59)
1 parent 7bfdb78 commit d8f76fc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,19 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
all-minor-patch-updates:
14+
patterns:
15+
- "*"
16+
update-types:
17+
- "minor"
18+
- "patch"
19+
open-pull-requests-limit: 20
20+
- package-ecosystem: "docker" # See documentation for possible values
21+
directory: "/" # Location of package manifests
22+
schedule:
23+
interval: "weekly"
24+
- package-ecosystem: "github-actions" # See documentation for possible values
25+
directory: "/" # Location of package manifests
26+
schedule:
27+
interval: "monthly"

0 commit comments

Comments
 (0)