Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Apr 2, 2024
1 parent 29fb3fc commit b3c398b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,23 @@ updates:
open-pull-requests-limit: 0
labels:
- dependencies

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

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

0 comments on commit b3c398b

Please sign in to comment.