Skip to content

Commit

Permalink
chore: configure dependabot to update hibernate-validator only for pa…
Browse files Browse the repository at this point in the history
…tch releases

Part of #1590
  • Loading branch information
php-coder committed Dec 5, 2023
1 parent c2fc16b commit 65d2e6b
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 @@ -13,6 +13,11 @@ updates:
- dependency-name: "org.apache.commons:commons-text"
- dependency-name: "org.jsoup:jsoup"
- dependency-name: "org.projectlombok:lombok"
- dependency-name: "org.hibernate.validator:hibernate-validator"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore
ignore:
- dependency-name: "org.hibernate.validator:hibernate-validator"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
schedule:
interval: "daily"
Expand Down

0 comments on commit 65d2e6b

Please sign in to comment.