diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1696124..2f88c8e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,3 +33,20 @@ updates: update-types: - minor - patch + + - package-ecosystem: docker + directory: "/" + schedule: + interval: weekly + target-branch: main + open-pull-requests-limit: 3 + labels: + - "ci" + - "dependencies" + groups: + docker-minor-patch: + patterns: + - "*" + update-types: + - minor + - patch \ No newline at end of file