Skip to content

Commit aa55a2e

Browse files
committed
chore: add groups for dependabot
1 parent 72a9a16 commit aa55a2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly" # Check for updates to GitHub Actions every week
8+
groups:
9+
dependencies:
10+
patterns:
11+
- "*"
812
ignore:
913
# I just want update action when major/minor version is updated. patch updates are too noisy.
10-
- dependency-name: '*'
14+
- dependency-name: "*"
1115
update-types:
1216
- version-update:semver-patch

0 commit comments

Comments
 (0)