Skip to content

Commit

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

* update dependabot
  • Loading branch information
mpoke authored and sainoe committed Jun 23, 2023
1 parent c398357 commit 4501966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
4 changes: 2 additions & 2 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/v9.0.x"
target-branch: "release/v10.0.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/v8.0.x"
target-branch: "release/v9.1.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand Down
16 changes: 3 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,14 @@ pull_request_rules:
{{ title }} (#{{ number }})
{{ body }}
- name: Backport patches to the release/v8.0.x branch
- name: Backport patches to the release/v9.1.x branch
conditions:
- base=main
- label=A:backport/v8.0.x
- "#commits-unverified>=0"
- label=A:backport/v9.1.x
actions:
backport:
branches:
- release/v8.0.x

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

- name: Backport patches to the release/v10.0.x branch
conditions:
Expand Down

0 comments on commit 4501966

Please sign in to comment.