Skip to content

Commit c486d7d

Browse files
committed
chore(security): enable grouped Dependabot security updates
1 parent 93126e2 commit c486d7d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
# Version-update PRs disabled; security updates still flow regardless of this limit.
8+
open-pull-requests-limit: 0
9+
groups:
10+
security-updates:
11+
applies-to: security-updates
12+
patterns:
13+
- "*"

0 commit comments

Comments
 (0)