From 224ff248952fdc522d45a57de26404b4a61c7c82 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Thu, 12 Dec 2024 03:43:51 -0600 Subject: [PATCH] CI: Add dependabot.yml When this file exists, Dependabot will periodically check to see if any new major versions of actions have been released, and if so, it will open a PR to update. https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file --- .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 00000000..5ace4600 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"