Date
1 - 4 of 4
[PATCH v1 1/1] .github/dependabot.yml: Disable automatic rebasing
Michael Kubacki
From: Michael Kubacki <michael.kubacki@...>
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@...> Cc: Michael D Kinney <michael.d.kinney@...> Signed-off-by: Michael Kubacki <michael.kubacki@...> --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4e0b93b16ca..479440fe6397 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,7 @@ updates: - "makubacki" - "mdkinney" - "spbrogan" + rebase-strategy: "disabled" =20 - package-ecosystem: "github-actions" directory: "/" @@ -32,3 +33,4 @@ updates: - "makubacki" - "mdkinney" - "spbrogan" + rebase-strategy: "disabled" --=20 2.40.0.windows.1 |
|
Sean
reviewed-by: Sean Brogan <sean.brogan@...>
toggle quoted message
Show quoted text
On 3/31/2023 4:48 PM, Michael Kubacki wrote:
From: Michael Kubacki <michael.kubacki@...> |
|
Michael D Kinney
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
toggle quoted message
Show quoted text
-----Original Message----- |
|
Michael D Kinney
Merged
toggle quoted message
Show quoted text
PR: https://github.com/tianocore/edk2/pull/4228 Commit: https://github.com/tianocore/edk2/commit/fc00ff286a541c047b7d343e66ec10890b80d3ea -----Original Message----- |
|