Skip to content

Commit 0a1a25d

Browse files
authored
Turn on dependabot updates
1 parent 619f350 commit 0a1a25d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
10-
schedule:
11-
interval: "weekly"
12-
- package-ecosystem: "npm"
3+
- package-ecosystem: "bundler"
134
directory: "/"
145
schedule:
156
interval: "weekly"
167
- package-ecosystem: "bundler"
17-
directory: "/"
8+
directory: "/docs"
189
schedule:
1910
interval: "weekly"

0 commit comments

Comments
 (0)