Marc Kupietz | e24c427 | 2020-07-02 14:18:32 +0200 | [diff] [blame] | 1 | # 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 | |
| 6 | version: 2 |
| 7 | updates: |
| 8 | - package-ecosystem: "maven" # See documentation for possible values |
Marc Kupietz | 1a73c3b | 2020-07-02 16:59:34 +0200 | [diff] [blame] | 9 | directory: "/core" # Location of package manifests |
| 10 | schedule: |
| 11 | interval: "daily" |
Marc Kupietz | 06fa09b | 2021-03-15 21:09:01 +0100 | [diff] [blame^] | 12 | ignore: |
| 13 | # Jetty >= 10 requires JDK 11 |
| 14 | - dependency-name: "org.eclipse.jetty:jetty-server" |
| 15 | versions: |
| 16 | - ">= 10.0.0" |
| 17 | - dependency-name: "org.eclipse.jetty:jetty-servlet" |
| 18 | versions: |
| 19 | - ">= 10.0.0" |
| 20 | - dependency-name: "org.eclipse.jetty:jetty-webapp" |
| 21 | versions: |
| 22 | - ">= 10.0.0" |
| 23 | |
Marc Kupietz | 1a73c3b | 2020-07-02 16:59:34 +0200 | [diff] [blame] | 24 | - package-ecosystem: "maven" # See documentation for possible values |
| 25 | directory: "/lite" # Location of package manifests |
| 26 | schedule: |
| 27 | interval: "daily" |
Marc Kupietz | 06fa09b | 2021-03-15 21:09:01 +0100 | [diff] [blame^] | 28 | |
Marc Kupietz | 1a73c3b | 2020-07-02 16:59:34 +0200 | [diff] [blame] | 29 | - package-ecosystem: "maven" # See documentation for possible values |
| 30 | directory: "/full" # Location of package manifests |
Marc Kupietz | e24c427 | 2020-07-02 14:18:32 +0200 | [diff] [blame] | 31 | schedule: |
| 32 | interval: "daily" |