Skip to content

Commit

Permalink
ci: add 4.4.x branch to CI workflow and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Mar 1, 2024
1 parent daa8448 commit 7230cbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ updates:
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: maven
directory: '/'
schedule:
interval: monthly
target-branch: '4.4.x'
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: maven
directory: '/'
schedule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
branches:
- 3.x
- 4.0.x
- 4.4.x
- 4.x
paths-ignore:
- '**.md'
push:
branches:
- 3.x
- 4.0.x
- 4.4.x
- 4.x
paths-ignore:
- '**.md'
Expand Down

0 comments on commit 7230cbf

Please sign in to comment.