From 8f4095226acff285557e22d2300a24efa9bc4efd Mon Sep 17 00:00:00 2001 From: "@zimeg" Date: Thu, 22 May 2025 00:37:52 -0700 Subject: [PATCH] ci: update actions workflow steps on a recurring regular cadence --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8ac6b8c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"