blob: 94edcf29a9d9c032136463d23ebbf5ebda685dd5 [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
margaretha8571f6a2023-05-16 17:24:47 +02009 directory: "/full" # 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:
margarethaad269072023-11-15 10:12:58 +010013 # Jetty >= 12 has API changes
14 - dependency-name: "org.eclipse.jetty:jetty-*"
Marc Kupietz06fa09b2021-03-15 21:09:01 +010015 versions:
margarethaad269072023-11-15 10:12:58 +010016 - ">= 12.0.0"
margaretha062e4ce2023-12-22 12:41:11 +010017 # Hibernate >=6.2 is incompatible
18 - dependency-name: "org.hibernate.orm:hibernate-*"
Akron3a6f6712022-09-08 12:07:12 +020019 versions:
margarethaad269072023-11-15 10:12:58 +010020 - ">= 6.2.0"
Marc Kupietzb0305842021-03-15 22:16:17 +010021 open-pull-requests-limit: 50