From 46f33f69655ecd1df0abe66cbfba69d1ed5e6d28 Mon Sep 17 00:00:00 2001 From: Moulick Aggarwal Date: Sun, 7 Jan 2024 14:53:04 +0100 Subject: [PATCH] Add schedule to dependabot Signed-off-by: Moulick Aggarwal --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc8f361..9cdb034 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,14 +5,16 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 -schedule: - interval: daily + enable-beta-ecosystems: true + updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" open-pull-requests-limit: 20 + schedule: + interval: "weekly" commit-message: prefix: ":github:" @@ -20,6 +22,8 @@ updates: - package-ecosystem: "docker" directory: / open-pull-requests-limit: 20 + schedule: + interval: "daily" commit-message: prefix: ":whale:" @@ -27,6 +31,8 @@ updates: - package-ecosystem: "gomod" directory: "/" open-pull-requests-limit: 20 + schedule: + interval: "daily" commit-message: prefix: ":seedling:"