Skip to content

Commit

Permalink
[CI] updated dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Sep 17, 2024
1 parent 951c744 commit c302f93
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updates:
- "*"


# 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.4.x
Expand All @@ -22,6 +22,11 @@ updates:
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
Expand All @@ -34,6 +39,11 @@ updates:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-servlet"
versions: ["[10,)"]
- dependency-name: "org.openjfx:*"
versions: ["[22,)"]


# Maintain dependencies for GitHub Actions
Expand Down

0 comments on commit c302f93

Please sign in to comment.