From 3de79a0ff10e4c2c7ed5ddf9cfddd63d3458037d Mon Sep 17 00:00:00 2001 From: Rye Date: Sun, 19 Oct 2025 16:42:00 -0400 Subject: [PATCH] Introduce dependabot configuration for Github Actions --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000000..3e3e1df3e2a --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 +updates: + + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly