Skip to content

Commit

Permalink
Add dependabot config for branch 3.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Oct 24, 2024
1 parent 167ccab commit 4c7d6e8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ updates:
interval: "daily"
ignore:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"
- dependency-name: "io.quarkus:*"
versions:
- "[3.16,)"
- dependency-name: "io.quarkus.platform:quarkus-camel-bom"
versions:
- "[3.16,)"
- dependency-name: "org.apache.activemq:*"
versions:
- "[2.37.0,)"
target-branch: "3.5.x"
- package-ecosystem: "maven"
directory: "/"
schedule:
Expand All @@ -29,4 +45,4 @@ updates:
- dependency-name: "io.smallrye:jandex-maven-plugin"
versions:
- "[3.2.0,)"
target-branch: "3.2.x"
target-branch: "3.2.x"

0 comments on commit 4c7d6e8

Please sign in to comment.