Skip to content

Commit

Permalink
chore(deps): ignore major/minor Quarkus updates (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Elliott Baron <[email protected]>
  • Loading branch information
ebaron authored Apr 30, 2024
1 parent 44e62da commit 26986dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ updates:
- "chore"
- "safe-to-test"
open-pull-requests-limit: 10
ignore:
- dependency-name: io.quarkus:*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: io.quarkus.platform:*
update-types: ["version-update:semver-major", "version-update:semver-minor"]

- package-ecosystem: "docker"
directory: "src/main/docker"
Expand Down

0 comments on commit 26986dd

Please sign in to comment.