We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef2b58 commit a665fd0Copy full SHA for a665fd0
.github/dependabot.yml
@@ -4,3 +4,15 @@ updates:
4
directory: "/" # Location of go.mod
5
schedule:
6
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