Skip to content

Commit

Permalink
chore: update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Jan 4, 2025
1 parent 439aa02 commit 2c37d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ updates:
# logback-classic >= 1.4.0 requires Java 11
- dependency-name: ch.qos.logback:logback-classic
update-types: ["version-update:semver-major", "version-update:semver-minor"]
# mockito-core >= 5.0.0 requires Java 11
- dependency-name: org.mockito:mockito-core
update-types: ["version-update:semver-major"]

0 comments on commit 2c37d24

Please sign in to comment.