diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d878fb6d5..b0324444b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,25 +1,11 @@ version: 2 updates: - # Dependencies for jhipster-parent + # Dependencies for Maven - package-ecosystem: 'maven' directory: '/' schedule: interval: 'daily' - open-pull-requests-limit: 10 - - # Dependencies for jhipster-dependencies - - package-ecosystem: 'maven' - directory: '/jhipster-dependencies' - schedule: - interval: 'daily' - open-pull-requests-limit: 10 - - # Dependencies for jhipster-framework - - package-ecosystem: 'maven' - directory: '/jhipster-framework' - schedule: - interval: 'daily' - open-pull-requests-limit: 10 + open-pull-requests-limit: 15 # Dependencies for GitHub Actions - package-ecosystem: 'github-actions'