diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95c9f07cb9..afc4e4f948 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,3 +48,19 @@ updates: pre-commit: patterns: - "*" + - package-ecosystem: "docker" + directory: "/scripts/docker" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + commit-message: + prefix: ⬆ + - package-ecosystem: "docker-compose" + directory: "/scripts/docker" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + commit-message: + prefix: ⬆