We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e603b commit 81288b4Copy full SHA for 81288b4
.github/dependabot.yml
@@ -1,11 +1,20 @@
1
version: 2
2
updates:
3
- - package-ecosystem: github-actions
+ - package-ecosystem: npm
4
directory: /
5
schedule:
6
- interval: daily
+ 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'
16
- - package-ecosystem: npm
17
+ - package-ecosystem: github-actions
18
19
20
interval: monthly
0 commit comments