From 2e5bbcc6df5f1ee8f5eac7c17645b3e76d8ffa46 Mon Sep 17 00:00:00 2001 From: ttionya Date: Mon, 11 Jul 2022 10:48:13 +0800 Subject: [PATCH] chore: add GitHub Actions dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b821c85..474ecaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,10 @@ updates: interval: daily commit-message: prefix: 'feat:' + + - package-ecosystem: 'github-actions' + directory: / + schedule: + interval: monthly + commit-message: + prefix: 'chore:'