From 52e206b206c2b48294c8a03c5867df4676b36674 Mon Sep 17 00:00:00 2001 From: Jonathan Schneider Date: Thu, 28 Oct 2021 03:10:10 +0000 Subject: [PATCH] refactor: Check for github-actions updates weekly Co-authored-by: Moderne --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e9632e7a..040685b0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly commit-message: prefix: "chore(ci)"