Skip to content

Commit

Permalink
Merge pull request #163 from quarkiverse/157-dependabot-on-2-x-branch
Browse files Browse the repository at this point in the history
#157: dependabot configuration for branch 2.x
  • Loading branch information
turing85 authored Feb 17, 2023
2 parents 4f859ab + b094848 commit 94eec23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ 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:quarkus-bom"
versions: "[3.0,)"
- dependency-name: "io.quarkus.platform:quarkus-camel-bom"
versions: "[3.0,)"
target-branch: "2.x"

0 comments on commit 94eec23

Please sign in to comment.