From e4d101b5edd6f0bff7a3f81a47e27ddbb985881c Mon Sep 17 00:00:00 2001 From: kruskal <99559985+kruskall@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:10:38 +0200 Subject: [PATCH] feat: add dependabot support for wolfi dockerfile --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 199b6d0b8d..b03f790042 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,6 +40,11 @@ updates: dependencies: patterns: - "*" + # docker + - package-ecosystem: "docker" + directory: "/packaging/docker/" + schedule: + interval: "weekly" # GitHub actions - package-ecosystem: "github-actions"