Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit d9749a8

Browse files
committed
Add Dependabot configuration for bundler and GitHub Actions updates
1 parent 0666742 commit d9749a8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.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+
updates:
3+
- package-ecosystem: "bundler"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
cooldown:
8+
default-days: 7
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
cooldown:
15+
default-days: 7

0 commit comments

Comments
 (0)