From 4b334b8f78bf248bf25b3ac504e8ee9f9305bdab Mon Sep 17 00:00:00 2001 From: Hayden B Date: Thu, 4 Jan 2024 04:21:10 -0800 Subject: [PATCH] Add dependabot for OCI example (#68) Signed-off-by: Hayden Blauzvern --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d24dbb90..7658d3e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,10 +18,16 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: "daily" + interval: "weekly" + open-pull-requests-limit: 10 + # examples/oci-image-verification/go.mod + - package-ecosystem: gomod + directory: "./examples/oci-image-verification" + schedule: + interval: "weekly" open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10