We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee8116 commit ac775d6Copy full SHA for ac775d6
1 file changed
.github/dependabot.yml
@@ -3,6 +3,14 @@
3
4
version: 2
5
updates:
6
+ - package-ecosystem: "npm"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
11
+ directory: "/.github/actions/auth"
12
13
14
- package-ecosystem: "npm"
15
directory: "/.github/actions/find"
16
schedule:
@@ -35,3 +43,7 @@ updates:
35
43
directory: "/.github/actions/gh-cache/save"
36
44
37
45
interval: "weekly"
46
+ - package-ecosystem: "bundler"
47
+ directory: "/sites/site-with-errors"
48
49
0 commit comments