From 4e73d536ac6afb355ea88646b9290ae8116b8cf9 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Mon, 30 Sep 2024 13:37:07 +0200 Subject: [PATCH] Dependabot: Fix directories. --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b15dce165..deb434675 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,8 @@ updates: - "minor" - "patch" - package-ecosystem: "docker" - directory: "/images" + directories: + - "**/rootfs" schedule: interval: "weekly" labels: @@ -27,7 +28,9 @@ updates: - "minor" - "patch" - package-ecosystem: "gomod" - directory: "/" + directories: + - "/" + - "**/rootfs" schedule: interval: "weekly" labels: