Skip to content

Commit

Permalink
mergify and dependabot for v11 (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke authored Jul 25, 2023
1 parent 85cb852 commit 1ff7c9c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ updates:
- "A:automerge"
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v11.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down
9 changes: 9 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ pull_request_rules:
backport:
branches:
- release/v10.0.x

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

0 comments on commit 1ff7c9c

Please sign in to comment.