Skip to content

Commit aa9b0e7

Browse files
authored
Merge pull request #129 from Staffbase/update-dependabot-configuration
Update Dependabot Configuration
2 parents 78827ad + e0dbcae commit aa9b0e7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
gomod:
9+
patterns:
10+
- "*"
711

812
- package-ecosystem: "docker"
913
directory: "/"
1014
schedule:
1115
interval: "weekly"
16+
groups:
17+
docker:
18+
patterns:
19+
- "*"
1220

13-
- package-ecosystem: github-actions
21+
- package-ecosystem: "github-actions"
1422
directory: "/"
1523
schedule:
1624
interval: "weekly"
25+
groups:
26+
github-actions:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)