Browse Source

build: update-check-skip on dependabot backport PRs (#43874)

Samuel Attard 7 months ago
parent
commit
be68d4f336
1 changed files with 10 additions and 10 deletions
  1. 10 10
      .github/dependabot.yml

+ 10 - 10
.github/dependabot.yml

@@ -16,7 +16,7 @@ updates:
     schedule:
       interval: weekly
     labels:
-      - "no-backport"
+      - "backport-check-skip"
       - "semver/none"
     target-branch: 33-x-y
   - package-ecosystem: github-actions
@@ -24,7 +24,7 @@ updates:
     schedule:
       interval: weekly
     labels:
-      - "no-backport"
+      - "backport-check-skip"
       - "semver/none"
     target-branch: 32-x-y
   - package-ecosystem: github-actions
@@ -32,7 +32,7 @@ updates:
     schedule:
       interval: weekly
     labels:
-      - "no-backport"
+      - "backport-check-skip"
       - "semver/none"
     target-branch: 31-x-y
   - package-ecosystem: github-actions
@@ -40,7 +40,7 @@ updates:
     schedule:
       interval: weekly
     labels:
-      - "no-backport"
+      - "backport-check-skip"
       - "semver/none"
     target-branch: 30-x-y
   - package-ecosystem: npm
@@ -53,7 +53,7 @@ updates:
     labels:
       - "no-backport"
     open-pull-requests-limit: 2
-    target-branch: 33-x-y
+    target-branch: main
   - package-ecosystem: npm
     directories:
       - /
@@ -62,9 +62,9 @@ updates:
     schedule:
       interval: daily
     labels:
-      - "no-backport"
+      - "backport-check-skip"
     open-pull-requests-limit: 0
-    target-branch: main
+    target-branch: 33-x-y
   - package-ecosystem: npm
     directories:
       - /
@@ -73,7 +73,7 @@ updates:
     schedule:
       interval: daily
     labels:
-      - "no-backport"
+      - "backport-check-skip"
     open-pull-requests-limit: 0
     target-branch: 32-x-y
   - package-ecosystem: npm
@@ -84,7 +84,7 @@ updates:
     schedule:
       interval: daily
     labels:
-      - "no-backport"
+      - "backport-check-skip"
     open-pull-requests-limit: 0
     target-branch: 31-x-y
   - package-ecosystem: npm
@@ -95,6 +95,6 @@ updates:
     schedule:
       interval: daily
     labels:
-      - "no-backport"
+      - "backport-check-skip"
     open-pull-requests-limit: 0
     target-branch: 30-x-y