]> xenbits.xensource.com Git - ovmf.git/commitdiff
.github/dependabot.yml: Disable automatic rebasing
authorMichael Kubacki <michael.kubacki@microsoft.com>
Fri, 31 Mar 2023 23:48:47 +0000 (16:48 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 2 Apr 2023 02:26:01 +0000 (02:26 +0000)
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>
.github/dependabot.yml

index b4e0b93b16ca7fa8d8f477318c671d0e0aee3372..479440fe6397126faf295d6758458cc51da9ead4 100644 (file)
@@ -20,6 +20,7 @@ updates:
       - "makubacki"\r
       - "mdkinney"\r
       - "spbrogan"\r
+    rebase-strategy: "disabled"\r
 \r
   - package-ecosystem: "github-actions"\r
     directory: "/"\r
@@ -32,3 +33,4 @@ updates:
       - "makubacki"\r
       - "mdkinney"\r
       - "spbrogan"\r
+    rebase-strategy: "disabled"\r