Skip to content

Commit eeebe1c

Browse files
committed
Reduce Dependabot noise
Because we regularly update our deps manually, we want to be notified of only security issues and major versions
1 parent 8e619a4 commit eeebe1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ updates:
55
schedule:
66
interval: monthly
77
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: '*'
10+
update-types: ['version-update:semver-patch', 'version-update:semver-minor']
11+
812
- package-ecosystem: npm
913
directory: '/'
1014
schedule:
1115
interval: monthly
1216
open-pull-requests-limit: 10
17+
ignore:
18+
- dependency-name: '*'
19+
update-types: ['version-update:semver-patch', 'version-update:semver-minor']

0 commit comments

Comments
 (0)