Skip to content

Commit ac775d6

Browse files
committed
chore: Expand Dependabot coverage
1 parent 5ee8116 commit ac775d6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
version: 2
55
updates:
6+
- package-ecosystem: "npm"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
- package-ecosystem: "npm"
11+
directory: "/.github/actions/auth"
12+
schedule:
13+
interval: "weekly"
614
- package-ecosystem: "npm"
715
directory: "/.github/actions/find"
816
schedule:
@@ -35,3 +43,7 @@ updates:
3543
directory: "/.github/actions/gh-cache/save"
3644
schedule:
3745
interval: "weekly"
46+
- package-ecosystem: "bundler"
47+
directory: "/sites/site-with-errors"
48+
schedule:
49+
interval: "weekly"

0 commit comments

Comments
 (0)