Skip to content

Commit 41d2c10

Browse files
Upgrade to GitHub-native Dependabot
1 parent 5bc7b7f commit 41d2c10

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: bundler
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: listen
10+
versions:
11+
- 3.5.0
12+
- dependency-name: rails
13+
versions:
14+
- 6.1.1
15+
- 6.1.2
16+
- 6.1.2.1
17+
- 6.1.3

0 commit comments

Comments
 (0)