Skip to content

Commit

Permalink
[CI] Updated scheduled build and Dependabot branches
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Aug 8, 2024
1 parent 858d6a4 commit 1f4b327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ updates:
patterns:
- "*"


# Maintain dependencies for Maven in the v2.3.x branch
- package-ecosystem: "maven"
directory: "/"
Expand All @@ -22,23 +23,6 @@ updates:
patterns:
- "*"

# Maintain dependencies for Maven in the v2.0.x branch
- package-ecosystem: "maven"
directory: "/"
target-branch: v2.0.x
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "org.jooq:jooq"
versions: ["[3.17,)"]
- dependency-name: "org.liquibase:liquibase-core"
versions: ["[4.13,)"]
- dependency-name: "org.openjfx:*"
versions: ["[20.0,)"]

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
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.3.2, refs/tags/v2.2.3, refs/tags/v2.0.13]
refs: [refs/tags/v2.3.3, refs/tags/v2.2.4]
runs-on: ubuntu-latest
steps:
- name: Checkout Source
Expand Down

0 comments on commit 1f4b327

Please sign in to comment.