From 5b23bf06268545034afbea4eadadd7ca52581320 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 23 Jul 2023 01:56:25 +0800 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..317bdc5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + timezone: "Asia/Shanghai" + time: "21:00" + open-pull-requests-limit: 10 -- GitLab