Skip to content

Commit 86b6fb2

Browse files
committed
Add Dependabot configuration for GitHub Actions and Bundler
1 parent 1f26a10 commit 86b6fb2

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: daily
7+
cooldown:
8+
default-days: 7
9+
- package-ecosystem: bundler
10+
directory: /
11+
schedule:
12+
interval: daily
13+
cooldown:
14+
default-days: 7
15+
groups:
16+
minor-and-patch:
17+
update-types:
18+
- minor
19+
- patch

0 commit comments

Comments
 (0)