Skip to content

Commit a767d7a

Browse files
committed
dependabot: check for github actions and bundler
1 parent 1a520aa commit a767d7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
version: 2
22
updates:
3+
# raise PRs for gem updates
4+
- package-ecosystem: bundler
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
time: "13:00"
9+
open-pull-requests-limit: 10
10+
311
# Maintain dependencies for GitHub Actions
412
- package-ecosystem: github-actions
513
directory: "/"

0 commit comments

Comments
 (0)