Skip to content

Commit ab52c0f

Browse files
authored
chore: Expand Dependabot coverage (#1389)
This PR configures Dependabot to check for updates to the root `package.json`, the new ‘Auth’ sub-action’s `package.json`, and the demo Jekyll site’s `Gemfile`.
2 parents f92823d + ac775d6 commit ab52c0f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.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)