From 72422c2c673e657ee5cc99945518650ce2a8145d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 21 Jun 2026 18:31:39 +0200 Subject: [PATCH] Update Dependabot ecosystem coverage --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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: ⬆