Skip to content

Commit 81288b4

Browse files
committed
Dependabot ignores
1 parent f7e603b commit 81288b4

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
3+
- package-ecosystem: npm
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: monthly
7+
ignore:
8+
# We're deliberatly targeting heavy backwards compatability to avoid
9+
# making a breaking change and causing churn for the sake of it.
10+
# Ignore dependencies that would result in or requre a breaking change
11+
- dependency-name: 'eslint'
12+
- dependency-name: 'eslint-*'
13+
- dependency-name: 'prettier'
14+
- dependency-name: 'vue-eslint-parser'
15+
- dependency-name: 'mocha'
716

8-
- package-ecosystem: npm
17+
- package-ecosystem: github-actions
918
directory: /
1019
schedule:
1120
interval: monthly

0 commit comments

Comments
 (0)