From ec931e0fd2657e46d139c0b10bc39c12aa1a5cb1 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 13 Mar 2023 08:27:38 +0100 Subject: [PATCH] enable dependabot for GitHub actions --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 123014908b..700707ced3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly"