Skip to content

Commit a9e27c0

Browse files
committed
chore: add groups for dependabot
1 parent 73a63b7 commit a9e27c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly" # Check for updates to GitHub Actions every week
8+
groups:
9+
dependencies:
10+
patterns:
11+
- "*"
812
cooldown:
913
default-days: 14 # Wait 14 days before creating another PR for the same dependency. This will prevent vulnerability on the package impact.
1014
ignore:

0 commit comments

Comments
 (0)