Skip to content

Commit d862e81

Browse files
authored
chore(ci): group Dependabot updates (#1898)
* chore(ci): group Dependabot updates * chore: set up updates for npm deps * chore: add missing `update-types` field * chore: include `major` versions in `security-updates.update-types` * remove updates for the npm ecosystem
1 parent a5a2ea0 commit d862e81

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,19 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
# Creates a separate PR for each non-security-related major update.
9+
major-version-updates:
10+
applies-to: "version-updates"
11+
group-by: "dependency-name"
12+
update-types: ["major"]
13+
14+
# Creates a single PR with all non-security-related minor/patch updates.
15+
non-major-version-updates:
16+
applies-to: "version-updates"
17+
update-types: ["minor", "patch"]
18+
19+
# Creates a single PR with all security-related updates.
20+
security-updates:
21+
applies-to: "security-updates"
22+
update-types: ["major", "minor", "patch"]

0 commit comments

Comments
 (0)