Skip to content

Commit

Permalink
[CI] Updated scheduled build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Feb 21, 2024
1 parent 5513e11 commit 9ae3424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ updates:
patterns:
- "*"

# Maintain dependencies for Maven in the v2.1.x branch
- package-ecosystem: "maven"
directory: "/"
target-branch: v2.1.x
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

# Maintain dependencies for Maven in the v2.0.x branch
- package-ecosystem: "maven"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
refs: [refs/tags/v2.2.2, refs/tags/v2.1.5, refs/tags/v2.0.12]
refs: [refs/tags/v2.2.3, refs/tags/v2.0.13]
runs-on: ubuntu-latest
steps:
- name: Checkout Source
Expand Down

0 comments on commit 9ae3424

Please sign in to comment.