diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 28bb5883b40..0fbae30e96f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,7 +21,7 @@ updates: directory: "/" schedule: interval: daily - target-branch: "release/v12.x" + target-branch: "release/v13.x" # Only allow automated security-related dependency updates on release branches. open-pull-requests-limit: 0 labels: @@ -31,7 +31,7 @@ updates: directory: "/" schedule: interval: daily - target-branch: "release/v11.x" + target-branch: "release/v12.x" # Only allow automated security-related dependency updates on release branches. open-pull-requests-limit: 0 labels: @@ -41,7 +41,7 @@ updates: directory: "/" schedule: interval: daily - target-branch: "release/v10.0.x" + target-branch: "release/v11.x" # Only allow automated security-related dependency updates on release branches. open-pull-requests-limit: 0 labels: diff --git a/.mergify.yml b/.mergify.yml index 4a3516b89d2..64ce0ec6bb7 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -24,29 +24,29 @@ pull_request_rules: {{ title }} (#{{ number }}) {{ body }} - - name: Backport patches to the release/v10.0.x branch + - name: Backport patches to the release/v11.x branch conditions: - base=main - - label=A:backport/v10.0.x + - label=A:backport/v11.x actions: backport: branches: - - release/v10.0.x + - release/v11.x - - name: Backport patches to the release/v11.x branch + - name: Backport patches to the release/v12.x branch conditions: - base=main - - label=A:backport/v11.x + - label=A:backport/v12.x actions: backport: branches: - - release/v11.x + - release/v12.x - - name: Backport patches to the release/v12.x branch + - name: Backport patches to the release/v13.x branch conditions: - base=main - - label=A:backport/v12.x + - label=A:backport/v13.x actions: backport: branches: - - release/v12.x \ No newline at end of file + - release/v13.x \ No newline at end of file