diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f23a1ba..fef79fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,23 +5,31 @@ version: 2 updates: - - package-ecosystem: "gradle" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" - commit-message: - prefix: "build" - - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + open-pull-requests-limit: 5 + groups: + github-actions: + applies-to: version-updates + patterns: + - "*" commit-message: prefix: "ci" + - package-ecosystem: "gradle" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + commit-message: + prefix: "build" + - package-ecosystem: "gitsubmodule" directory: "/" schedule: - interval: "daily" + interval: "weekly" + open-pull-requests-limit: 5 commit-message: prefix: "build"