Skip to content

Commit 77a53e5

Browse files
authored
Edit dependabot yml (#25)
1 parent b683407 commit 77a53e5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
version: 2
22
updates:
3+
# Enable version updates for bundler
34
- package-ecosystem: "bundler"
45
directory: "/"
56
schedule:
67
interval: "weekly"
8+
9+
# Enable version updates for npm
710
- package-ecosystem: "npm"
811
directory: "/"
912
schedule:
10-
interval: "weekly"
13+
interval: "weekly"
14+
15+
# Enable version updates for Github Actions
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "daily"

0 commit comments

Comments
 (0)