Skip to content

Commit d7da553

Browse files
Upgrade to GitHub-native Dependabot
1 parent 0395f55 commit d7da553

File tree

2 files changed

+22
-34
lines changed

2 files changed

+22
-34
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
3+
version: 2
4+
5+
updates:
6+
- package-ecosystem: bundler
7+
directory: /
8+
schedule:
9+
interval: daily
10+
versioning-strategy: lockfile-only
11+
12+
- package-ecosystem: bundler
13+
directory: /test/rails_60
14+
schedule:
15+
interval: daily
16+
versioning-strategy: lockfile-only
17+
18+
- package-ecosystem: bundler
19+
directory: /test/rails_52
20+
schedule:
21+
interval: daily
22+
versioning-strategy: lockfile-only

0 commit comments

Comments
 (0)