Skip to content

Commit b443c89

Browse files
committed
less annoying dependabot updates
1 parent ba5c8c9 commit b443c89

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
open-pull-requests-limit: 10
8-
groups:
9-
versions:
10-
applies-to: version-updates
11-
security:
12-
applies-to: security-updates
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
minor-and-patch:
9+
patterns:
10+
- '*'
11+
update-types:
12+
- 'minor'
13+
- 'patch'

0 commit comments

Comments
 (0)