diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c13a484ca0..a657dbe4a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,26 +4,56 @@ updates: directory: / schedule: interval: daily + groups: + actions: + update-types: + - "major" + - "minor" + - "patch" - package-ecosystem: gomod directory: / schedule: interval: daily + groups: + go: + update-types: + - "major" + - "minor" + - "patch" - package-ecosystem: docker directory: /build schedule: interval: daily + groups: + docker-images: + update-types: + - "major" + - "minor" + - "patch" - package-ecosystem: docker directory: /tests schedule: interval: daily + groups: + docker-tests: + update-types: + - "major" + - "minor" + - "patch" - package-ecosystem: pip directory: /tests schedule: interval: weekly + groups: + python: + update-types: + - "major" + - "minor" + - "patch" - package-ecosystem: gomod directory: /docs