Disable automatic rebase for Dependabot
This commit is contained in:
parent
16be38ebf6
commit
24727bb2e3
1 changed files with 2 additions and 0 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -9,6 +9,7 @@ updates:
|
|||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 5
|
||||
rebase-strategy: "disabled"
|
||||
|
||||
# Maintain dependencies for Go
|
||||
- package-ecosystem: "gomod"
|
||||
|
|
@ -16,3 +17,4 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 5
|
||||
rebase-strategy: "disabled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue