Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 6aa6ec7

Browse files
authored
Update config.yml
Added auto merge for dependabot
1 parent 846d545 commit 6aa6ec7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.dependabot/config.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ update_configs:
77
directory: "/"
88
update_schedule: "live"
99
version_requirement_updates: "increase_versions"
10-
allowed_updates:
10+
automerged_updates:
11+
- match:
12+
dependency_type: "production"
13+
update_type: "semver:patch"
1114
- match:
1215
dependency_type: "development"
1316
commit_message:
@@ -20,7 +23,7 @@ update_configs:
2023
directory: "/.build"
2124
update_schedule: "live"
2225
version_requirement_updates: "increase_versions"
23-
allowed_updates:
26+
automerged_updates:
2427
- match:
2528
dependency_type: "all"
2629
commit_message:
@@ -33,7 +36,7 @@ update_configs:
3336
directory: "/"
3437
update_schedule: "live"
3538
version_requirement_updates: "increase_versions"
36-
allowed_updates:
39+
automerged_updates:
3740
- match:
3841
dependency_type: "all"
3942
commit_message:

0 commit comments

Comments
 (0)