diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2023-03-31 16:48:47 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-04-02 02:26:01 +0000 |
commit | fc00ff286a541c047b7d343e66ec10890b80d3ea (patch) | |
tree | 96a7cd8aaf25ce20768f8f53332acdda99e35d4f | |
parent | b4af23aaab8a44341e43713a71cbebf23df2c27d (diff) | |
download | edk2-fc00ff286a541c047b7d343e66ec10890b80d3ea.tar.gz |
.github/dependabot.yml: Disable automatic rebasing
Sets the rebase-strategy to "disabled" to prevent automatic
rebasing.
Rebasing can be done manually in the dependabot PR either through
the GitHub UI or the dependabot command.
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4e0b93b16..479440fe63 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,7 @@ updates: - "makubacki"
- "mdkinney"
- "spbrogan"
+ rebase-strategy: "disabled"
- package-ecosystem: "github-actions"
directory: "/"
@@ -32,3 +33,4 @@ updates: - "makubacki"
- "mdkinney"
- "spbrogan"
+ rebase-strategy: "disabled"
|