From 2ac1037a6fcfdfa7cf065b571b232d4b9dbb1850 Mon Sep 17 00:00:00 2001 From: Paul Cacheux Date: Wed, 7 Feb 2024 19:58:31 +0100 Subject: [PATCH] dependabot: onboard github actions upgrades Signed-off-by: Paul Cacheux --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7290f195d..68f0b8efb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: # dependencies only appearing in Pipfile.lock. - dependency-name: "*" dependency-type: "direct" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"