blob: eecc4545b49ebd2e910992b03087445ec08c9b41 [file] [log] [blame]
Marc Kupietze24c4272020-07-02 14:18:32 +02001# To get started with Dependabot version updates, you'll need to specify which
2# package ecosystems to update and where the package manifests are located.
3# Please see the documentation for all configuration options:
4# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6version: 2
7updates:
8 - package-ecosystem: "maven" # See documentation for possible values
Marc Kupietz058cd052025-09-17 16:48:50 +02009 directory: "/" # Location of package manifests
Marc Kupietz1a73c3b2020-07-02 16:59:34 +020010 schedule:
11 interval: "daily"
Marc Kupietz06fa09b2021-03-15 21:09:01 +010012 ignore:
Marc Kupietz49638552025-09-25 14:41:35 +020013 # Hibernate >=6.2 is incompatible
margaretha062e4ce2023-12-22 12:41:11 +010014 - dependency-name: "org.hibernate.orm:hibernate-*"
Akron3a6f6712022-09-08 12:07:12 +020015 versions:
margarethaad269072023-11-15 10:12:58 +010016 - ">= 6.2.0"
Marc Kupietzb0305842021-03-15 22:16:17 +010017 open-pull-requests-limit: 50