From 5132e3212282e0371ef544c79bdf89fdecea42c6 Mon Sep 17 00:00:00 2001 From: Scott Henderson Date: Fri, 17 May 2024 17:03:26 -0700 Subject: [PATCH] update actions steps --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f9192ec..b117cbb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,11 @@ +# Regularly update Docker tags and Actions steps version: 2 updates: - package-ecosystem: "docker" directory: "/.devcontainer" schedule: interval: "daily" - - package-ecosystem: "github-actions" - directory: "/.github" + - package-ecosystem: "github-actions" + directory: "/.github" schedule: interval: "monthly"