Skip to content

Commit 30347a5

Browse files
authored
Merge pull request #1448 from HonkingGoose/feature/migrate-to-built-in-dependabot
Migrate to built-in Dependabot
2 parents 2fdc5dc + e1bf303 commit 30347a5

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)