diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f278062..3092623 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,19 @@ updates: - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly + groups: + gha-dependencies: + applies-to: "version-updates" + patterns: + - "*" - package-ecosystem: pip directory: "/" schedule: - interval: daily + interval: weekly - package-ecosystem: docker directory: "/" schedule: - interval: daily + interval: weekly labels: - automerge