From 00cc0f2cfe29a3a74cb001a66476efcd7f73d957 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:33:00 +0200 Subject: [PATCH] chore: fix dependabot configuration (#42) Add missing `schedule.interval` configuration (it is a required setting). --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2111d1f..959c38f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,7 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + schedule: + interval: "weekly" commit-message: prefix: "chore(deps-gha)"