From 647d990e869568aadfea66deffffacd8a33fd4d4 Mon Sep 17 00:00:00 2001 From: KoyZhuang Date: Fri, 26 Jan 2024 20:48:03 +0800 Subject: [PATCH] update: dependabot --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..120c689 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file