Skip to content

Commit 5371fd8

Browse files
authored
Merge pull request #209 from codegram/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 0e445dc + fdc653b commit 5371fd8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: bundler
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "04:00"
8+
timezone: Europe/Madrid
9+
open-pull-requests-limit: 10
10+
ignore:
11+
- dependency-name: rubocop
12+
versions:
13+
- 1.10.0
14+
- 1.11.0
15+
- 1.12.0
16+
- 1.12.1
17+
- 1.9.0
18+
- 1.9.1

0 commit comments

Comments
 (0)