From c221465d4c7303acc42bdcc10a8f2167e16536be Mon Sep 17 00:00:00 2001 From: Austin Vazquez <55906459+austinvazquez@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:05:11 -0600 Subject: [PATCH] ci: fix dependabot configuration array (#486) Signed-off-by: Austin Vazquez --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b9fe66d..1e0da8c 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -17,7 +17,7 @@ updates: - package-ecosystem: "gomod" directory: "/rootfs/cosign" allow: - dependency-type: direct + - dependency-type: direct schedule: interval: "daily" commit-message: