Skip to content

Commit 45de5e6

Browse files
authored
Add more dependabot groups (#286)
This is part of a series of commits across several repositories in order to group development dependencies. The logic is that often these dependencies are safer to upgrade as they are not used in production. Furthermore, CI is much more likely to fail if there are any problems or incompatibilities.
1 parent 14a5d02 commit 45de5e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ updates:
2323
timezone: "Etc/UTC"
2424
cooldown:
2525
default-days: 7
26+
groups:
27+
github-actions:
28+
patterns:
29+
- "*"

0 commit comments

Comments
 (0)