From 7fc34aa1e6b3a7424222fd44b9fbdef3e49f15d8 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Thu, 27 Jul 2023 15:03:00 +0200 Subject: [PATCH] dependabot: return `schedule` field as it breaks validation on github side Signed-off-by: hagen1778 --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70347e365..6520ee9b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,18 @@ updates: interval: "daily" - package-ecosystem: "gomod" directory: "/" + schedule: + interval: "weekly" open-pull-requests-limit: 0 - package-ecosystem: "bundler" directory: "/docs" + schedule: + interval: "weekly" open-pull-requests-limit: 0 - package-ecosystem: "gomod" directory: "/app/vmui/packages/vmui/web" + schedule: + interval: "weekly" open-pull-requests-limit: 0 - package-ecosystem: "docker" directory: "/" @@ -19,4 +25,6 @@ updates: interval: "daily" - package-ecosystem: "npm" directory: "/app/vmui/packages/vmui" + schedule: + interval: "weekly" open-pull-requests-limit: 0