From 6285a83d381503ce40e328844bae4130f7bf0a46 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Fri, 19 Aug 2022 00:07:15 +0900 Subject: [PATCH] CI: Let dependabot check GHA updates weekly (#14274) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab67c9026b..69ec41a165 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,7 +27,7 @@ updates: directory: "/" # Check for updates once a week schedule: - interval: "monthly" + interval: "weekly" # Labels on pull requests for version updates only labels: - "ci"