Skip to content

Commit 0398217

Browse files
authored
Add dependabot action (#1028)
1 parent b88caa5 commit 0398217

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: bundler
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
open-pull-requests-limit: 5
9+
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
time: "02:00"
15+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)