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.
2 parents eec6b0a + ef4ee81 commit c3ba678Copy full SHA for c3ba678
.github/dependabot.yml
@@ -1,10 +1,21 @@
1
version: 2
2
updates:
3
- - package-ecosystem: github-actions
4
- directory: /
+ - package-ecosystem: "npm"
+ directory: "/"
5
schedule:
6
- interval: weekly
7
- - package-ecosystem: npm
8
+ interval: "weekly"
+ commit-message:
+ prefix: "fix"
9
+ prefix-development: "build"
10
+ include: "scope"
11
+ allow:
12
+ - dependency-type: "production"
13
+ - package-ecosystem: "github-actions"
14
15
16
17
18
19
20
21
+
0 commit comments