Skip to content

Commit e1bf303

Browse files
committed
Migrate to built-in Dependabot
1 parent 2fdc5dc commit e1bf303

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.dependabot/config.yml

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

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for Ruby
4+
- package-ecosystem: "bundler"
5+
directory: "/"
6+
schedule:
7+
interval: "daily" # Checks on Monday trough Friday.
8+
9+
# Set default reviewer and labels
10+
reviewers:
11+
- "ben"
12+
labels:
13+
- "dependabot"

0 commit comments

Comments
 (0)