From 1ea251df480b779a442379f54cafba0083311967 Mon Sep 17 00:00:00 2001 From: Aster Date: Mon, 25 Sep 2023 16:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Automatically=20detect=20depende?= =?UTF-8?q?ncy=20upgrades?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8f6792b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/projects/sub_projects" + target-branch: "dev" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "dev" + schedule: + interval: "daily"