Skip to content

Commit

Permalink
[CI] Fixed dependabot exclusions for 2.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Feb 19, 2024
1 parent 76d3e5c commit 8e6e75c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ updates:
- "*"
ignore:
- dependency-name: "org.jooq:jooq"
versions: ["[3.16,3.17)"]
versions: ["[3.17,)"]
- dependency-name: "org.liquibase:liquibase-core"
versions: ["[4.12,4.13)"]
versions: ["[4.13,)"]
- dependency-name: "org.openjfx:*"
versions: ["[19.0,20.0)"]
versions: ["[20.0,)"]

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 8e6e75c

Please sign in to comment.