Skip to content

Commit a665fd0

Browse files
author
Mike Zorn
authored
chore: Update dependabot configuration for auto-merge (#517)
Update dependabot configuration for auto-merge
1 parent 3ef2b58 commit a665fd0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@ updates:
44
directory: "/" # Location of go.mod
55
schedule:
66
interval: "weekly"
7+
# Enable auto-merge for Dependabot PRs
8+
open-pull-requests-limit: 10
9+
pull-request-branch-name:
10+
separator: "-"
11+
# Auto-merge configuration
12+
auto-merge: true
13+
# Limit auto-merge to patch and minor updates
14+
versioning-strategy: auto
15+
# Configure PR settings
16+
commit-message:
17+
prefix: "deps"
18+
include: "scope"

0 commit comments

Comments
 (0)