Skip to content

Commit 63af6a1

Browse files
committed
Enable DependaBot to automatically update gems by default
1 parent 157b07a commit 63af6a1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.dependabot/config.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: "ruby:bundler"
4+
directory: "/"
5+
update_schedule: "daily"
6+
allowed_updates:
7+
- match:
8+
update_type: "all"
9+
automerged_updates:
10+
- match:
11+
dependency_type: "development"
12+
update_type: "all"
13+
- match:
14+
dependency_type: "production"
15+
update_type: "all"
16+
#update_type: "semver:patch"
17+
version_requirement_updates: "off"

0 commit comments

Comments
 (0)