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 3f8310b commit c43bc7dCopy full SHA for c43bc7d
1 file changed
.github/dependabot.yml
@@ -1,20 +1,9 @@
1
version: 2
2
updates:
3
-- package-ecosystem: npm
4
- directory: "/"
5
- schedule:
6
- interval: monthly
7
- time: "20:00"
8
- open-pull-requests-limit: 10
9
- versioning-strategy: increase
10
- ignore:
11
- - dependency-name: cspell
12
- versions:
13
- - 5.3.4
14
- - 5.3.9
15
- - dependency-name: eslint-config-prettier
16
17
- - 8.1.0
18
- - dependency-name: eslint
19
20
- - 7.19.0
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ commit-message:
+ prefix: "deps"
+ versioning-strategy: increase
0 commit comments