From a535ce35b51ebf393c97d4456d4740e309c82be9 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 12 Nov 2025 16:01:17 +0900 Subject: [PATCH] Add Dependabot configuration for GitHub Actions Helps keep them up-to-date --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..01abfaa4d0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + groups: + github-actions: + patterns: + - "*"