From 7c3fa461ec9b458ebbdb54e868ac68434cba1625 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni Date: Tue, 23 Jun 2026 17:24:15 -0700 Subject: [PATCH] Add dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e8c2af5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# Basic `dependabot.yml` file with minimum configuration for package managers. +# Reference: https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/configure-version-updates. + +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "main"