Skip to content

Commit 2f0f76a

Browse files
authored
dependabot: don't update jandex-maven-plugin >= 3.3.0
Added ignore rule for jandex-maven-plugin version.
1 parent ba4d373 commit 2f0f76a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ updates:
1111
- "minor"
1212
ignore:
1313
- dependency-name: "com.googlecode.flyway:flyway-core"
14+
# jandex-maven-plugin index version needs to be supported by jandex version used by hibernate search
15+
- dependency-name: "io.smallrye:jandex-maven-plugin"
16+
versions: [">=3.3.0"]

0 commit comments

Comments
 (0)