From 3063e04c1346b51413f9dafbaed47fd654b4495d Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Thu, 28 Dec 2023 19:59:17 -0800 Subject: [PATCH] add file dependabot.yml --- .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..a184164 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "monthly"