Skip to content

Commit 7be9b52

Browse files
authored
Merge pull request #45 from splitrb/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 5bc7b7f + 41d2c10 commit 7be9b52

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
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)