Skip to content

Commit 1052548

Browse files
committed
ci: group all dependabot updates
1 parent f32a752 commit 1052548

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "npm"
9+
directory: "/"
1010
schedule:
1111
interval: "weekly"
1212
commit-message:
1313
prefix: "chore: "
14+
15+
groups:
16+
dependency-updates:
17+
patterns: ["*"]
18+
update-types: ["minor", "patch"]
19+
1420
ignore:
1521
- dependency-name: "@types/node"
16-
# For Node types, ignore all major updates
17-
update-types: ["version-update:semver-major"]
22+
update-types: ["version-update:semver-major"]
23+
24+
- package-ecosystem: "github-actions"
25+
directory: "/"
26+
schedule:
27+
interval: "daily"

0 commit comments

Comments
 (0)