Skip to content

Commit

Permalink
ci: update mergify and dependabot for v3.2.x-consumer (#1297)
Browse files Browse the repository at this point in the history
* update ymls

* add newline

---------

Co-authored-by: mpoke <[email protected]>
  • Loading branch information
shaspitz and mpoke committed Sep 14, 2023
1 parent 1a009e7 commit f23cbbb
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -67,3 +67,13 @@ updates:
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v3.2.x-consumer"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ pull_request_rules:
backport:
branches:
- release/v3.1.x
- name: Backport patches to the release/v3.2.x-consumer branch
conditions:
- base=main
- label=A:backport/v3.2.x-consumer
actions:
backport:
branches:
- release/v3.2.x-consumer

0 comments on commit f23cbbb

Please sign in to comment.