Skip to content

Commit

Permalink
chore: mergify and dependabot for v12 (#2701)
Browse files Browse the repository at this point in the history
* update mergify

* update dependabot
  • Loading branch information
mpoke authored Aug 22, 2023
1 parent 37a725a commit a262cfb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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:
Expand All @@ -31,7 +31,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:
Expand All @@ -41,7 +41,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v9.1.x"
target-branch: "release/v10.0.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand Down
18 changes: 9 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ pull_request_rules:
{{ title }} (#{{ number }})
{{ body }}
- name: Backport patches to the release/v9.1.x branch
conditions:
- base=main
- label=A:backport/v9.1.x
actions:
backport:
branches:
- release/v9.1.x

- name: Backport patches to the release/v10.0.x branch
conditions:
- base=main
Expand All @@ -50,3 +41,12 @@ pull_request_rules:
backport:
branches:
- release/v11.x

- name: Backport patches to the release/v12.x branch
conditions:
- base=main
- label=A:backport/v12.x
actions:
backport:
branches:
- release/v12.x

0 comments on commit a262cfb

Please sign in to comment.