Skip to content

Commit 5bd9d11

Browse files
authored
Maintenance: Enable dependabot
1 parent 2a835aa commit 5bd9d11

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: bundler
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
groups:
9+
bundler:
10+
patterns:
11+
- "*"
12+
- package-ecosystem: github-actions
13+
directory: "/"
14+
schedule:
15+
interval: daily
16+
groups:
17+
gh-actions:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)