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 be1e1e5 + 9b0d3d0 commit cbd3aefCopy full SHA for cbd3aef
1 file changed
.github/dependabot.yml
@@ -1,11 +1,17 @@
1
version: 2
2
-updates
+updates:
3
- package-ecosystem: "maven"
4
directory: "/"
5
schedule:
6
interval: "daily"
7
exclude-paths:
8
- "src/test/**"
9
+ - package-ecosystem: "npm"
10
+ directory: "/"
11
+ schedule:
12
+ interval: "daily"
13
+ exclude-paths:
14
+ - "src/test/**"
15
- package-ecosystem: "github-actions"
16
17
0 commit comments