diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2390d8c8..5bb12220 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,10 +1,14 @@ version: 2 updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" - groups: - github-actions: - patterns: - - "*" + interval: "weekly"