Skip to content

Commit 9ebe158

Browse files
committed
Add Dependabot config
1 parent 6c3bf46 commit 9ebe158

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "bundler"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
cooldown:
12+
default-days: 14
13+
groups:
14+
patch-updates:
15+
update-types:
16+
- "patch"
17+
minor-updates:
18+
update-types:
19+
- "minor"

0 commit comments

Comments
 (0)