diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1ba7ff..abe3a3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,16 @@ updates: patch: update-types: - "patch" + # Maintain dependencies for docker + - package-ecosystem: docker + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + groups: + minor: + update-types: + - "minor" + patch: + update-types: + - "patch" \ No newline at end of file