Skip to content

Commit 925d11c

Browse files
committed
Add bundler to dependabot updates, only run quarterly for now
1 parent 41606d0 commit 925d11c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "quarterly"
7+
- package-ecosystem: "bundler"
8+
directory: "/"
9+
schedule:
10+
interval: "quarterly"

0 commit comments

Comments
 (0)