Skip to content

Commit

Permalink
chore: add release/v3.0.x targets for bots (#1046)
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
MSalopek and mpoke authored Jun 21, 2023
1 parent 7c306e2 commit e910efe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@ updates:
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v3.0.x"
# 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 @@ -18,3 +18,11 @@ pull_request_rules:
backport:
branches:
- release/v2.0.x
- name: Backport patches to the release/v3.0.x branch
conditions:
- base=main
- label=A:backport/v3.0.x
actions:
backport:
branches:
- release/v3.0.x

0 comments on commit e910efe

Please sign in to comment.