From aa29e27bcac8367365a2396a31465a3865e58ea2 Mon Sep 17 00:00:00 2001 From: danilo-prima <156683289+danilo-prima@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:00:44 +0200 Subject: [PATCH] ci: add docker ecosystem to dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 645ed07..82c8455 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,14 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: docker + directories: + - "*" + schedule: + interval: weekly + cooldown: + default-days: 7 + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major"