From b0ee16bfee282fe4f1df7cdbb7134eae66ca31cf Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Tue, 10 May 2022 09:11:43 +0200 Subject: [PATCH] dependabot.yml - run monthly rather than daily (#399) * dependabot.yml - run weekly rather than daily * Update dependabot.yml --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f08ed35a..50608345 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "monthly" ignore: - dependency-name: "actions/*" + update-types: ["version-update:semver-minor", "version-update:semver-patch"]