Skip to content

Commit

Permalink
[CI] Updated dependabot and scheduled build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Nov 18, 2024
1 parent 8b9d92c commit e1ee0c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,22 @@ updates:
- "*"


# Maintain dependencies for Maven in the v2.4.x branch
# Maintain dependencies for Maven in the v2.5.x branch
- package-ecosystem: "maven"
directory: "/"
target-branch: v2.4.x
target-branch: v2.5.x
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-servlet"
versions: ["[10,)"]
- dependency-name: "org.openjfx:*"
versions: ["[22,)"]


# Maintain dependencies for Maven in the v2.3.x branch

# Maintain dependencies for Maven in the v2.4.x branch
- package-ecosystem: "maven"
directory: "/"
target-branch: v2.3.x
target-branch: v2.4.x
schedule:
interval: "weekly"
groups:
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.4.2, refs/tags/v2.3.4]
refs: [refs/tags/v2.5.0, refs/tags/v2.4.3]
runs-on: ubuntu-latest
steps:
- name: Checkout Source
Expand Down

0 comments on commit e1ee0c2

Please sign in to comment.