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 950a212
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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,9 @@ updates:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-servlet"
versions: ["[10,)"]


# Maintain dependencies for Maven in the v2.3.x branch
Expand All @@ -34,6 +37,9 @@ updates:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-servlet"
versions: ["[10,)"]


# Maintain dependencies for GitHub Actions
Expand Down

0 comments on commit 950a212

Please sign in to comment.