blob: 4cd19042d396081c9f8ec4a19aca6e10312fe30b [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 Kupietzb0305842021-03-15 22:16:17 +010012 open-pull-requests-limit: 50