Disable dependabot rebasing (#6705)

Because our build takes a long time, and most of the time rebasing is
not required. We can always manually request `@dependabot rebase` if it
is needed due to conflicts.
This commit is contained in:
Trask Stalnaker 2022-09-22 02:33:10 -07:00 committed by GitHub
parent 33a1694aef
commit d5e9e7d639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -8,18 +8,22 @@ registries:
updates:
- package-ecosystem: "github-actions"
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/dependencyManagement"
rebase-strategy: "disabled"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/conventions"
rebase-strategy: "disabled"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/gradle-plugins"
rebase-strategy: "disabled"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
@ -28,5 +32,6 @@ updates:
- dependency-name: "com.gradle*"
registries:
- gradle-plugin-portal
rebase-strategy: "disabled"
schedule:
interval: "daily"