Skip to content

Commit fdcf8d4

Browse files
committed
Ignore LTS versions for OpenApi generator
1 parent c9d6ca6 commit fdcf8d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ updates:
2121
# Releases too often, it's annoying
2222
- dependency-name: "org.assertj:*"
2323
update-types: ["version-update:semver-patch"]
24-
24+
# We don't want to stay on an LTS version and want to have more regular updates here:
25+
- dependency-name: "io.quarkiverse.openapi.generator:*"
26+
versions: ["2.6.0-lts"]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3939
<quarkus-github-app.version>2.7.0</quarkus-github-app.version>
40-
<quarkus-openapi-generator.version>2.6.0-lts</quarkus-openapi-generator.version>
40+
<quarkus-openapi-generator.version>2.6.0</quarkus-openapi-generator.version>
4141
<!-- Using a single property for both plugin and platform, so that GitHub's Dependabot doesn't get confused -->
4242
<quarkus.version>3.16.2</quarkus.version>
4343
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>

0 commit comments

Comments
 (0)