From a6f7eba2804da2773f42d80863d79a65da92d047 Mon Sep 17 00:00:00 2001 From: Cassie Cheung Date: Sun, 7 Jul 2024 12:57:28 +0800 Subject: [PATCH] ci: configure dependabot --- .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..332f060 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + groups: + gha-version-updates: + applies-to: version-updates