From 974af9fc0f92179e14eebe02078fc88b91ecff62 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Fri, 26 Dec 2025 09:54:09 -0800 Subject: [PATCH] Enable dependabot updates --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..55ceb0d4d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# This Dependabot configuration is designed to keep GitHub Actions dependencies up-to-date +# by running weekly checks and creating pull requests to update them as needed. +# +# This ensures that the GitHub Actions workflows remain compatible with the latest versions +# of their dependencies, potentially improving the stability and security of automation processes. +# +# For more, see: +# https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"