diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 7745c5f..9b3b861 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,23 +9,9 @@ updates: directory: "/" schedule: interval: "weekly" - groups: - all-non-major-dependencies: - patterns: - - "*" - update-types: - - "minor" - - "patch" # -------- Docker images -------- - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" - groups: - all-non-major-dependencies: - patterns: - - "*" - update-types: - - "minor" - - "patch" \ No newline at end of file