Skip to content

Commit 70734df

Browse files
authored
Merge pull request #1353 from HonkingGoose/progit2_dependabot_config
Create initial dependabot config
2 parents 1ab511a + 02c34c6 commit 70734df

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.dependabot/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 1
2+
update_configs:
3+
# Update your Gemfile (& lockfiles) as soon as
4+
# new versions are published to the RubyGems registry
5+
- package_manager: "ruby:bundler"
6+
directory: "/"
7+
update_schedule: "live"
8+
9+
# Apply default reviewer and label to created
10+
# pull requests
11+
default_reviewers:
12+
- "ben"
13+
default_labels:
14+
- "dependabot"

0 commit comments

Comments
 (0)