diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f506fa4b..d2a5af66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,26 @@ version: 2 updates: - # Docker + # Docker base images - package-ecosystem: docker directory: "/" schedule: - interval: weekly - time: '11:00' + interval: monthly + time: "11:00" open-pull-requests-limit: 25 - # GitHub Actions - - package-ecosystem: "github-actions" + # GitHub Actions workflows + - package-ecosystem: github-actions directory: ".github/workflows" schedule: - interval: "monthly" + interval: monthly + time: "11:00" + open-pull-requests-limit: 25 + + # Gradle (Java dependencies) + - package-ecosystem: gradle + directory: "/" + schedule: + interval: monthly + time: "11:00" open-pull-requests-limit: 25