From 677814d51b75bda88df9936d507fce999bd52f12 Mon Sep 17 00:00:00 2001 From: carpenter79 <93539755+carpenter79@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:46:31 +0800 Subject: [PATCH] Create dependabot.yml Dependabot creates pull requests to keep your dependencies secure and up-to-date. You can opt out at any time by removing the .github/dependabot.yml config file. --- .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 0000000..2390d8c --- /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: + - "*"