Skip to content

Commit 4e51855

Browse files
committed
Update Dependabot settings
1 parent f88771d commit 4e51855

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@
33
version: 2
44

55
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
610
- package-ecosystem: "npm"
711
commit-message:
812
prefix: "Prod"
913
prefix-development: "Dev"
1014
directory: "/"
11-
open-pull-requests-limit: 0 # security updates only
1215
schedule:
13-
interval: "monthly"
16+
interval: "weekly"
1417
versioning-strategy: "increase"
18+
groups:
19+
npm-in-range:
20+
patterns:
21+
- "*"
22+
update-types:
23+
- "minor"
24+
- "patch"

0 commit comments

Comments
 (0)