From f0d8e8f23cadba85b8af0fbeadbd736c693c3315 Mon Sep 17 00:00:00 2001 From: Rye Date: Mon, 20 Oct 2025 12:36:36 -0400 Subject: Introduce dependabot configuration for Github Actions (#4859) --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml (limited to '.github') diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..3e3e1df3e2 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 +updates: + + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly -- cgit v1.2.3