From bba5d3de4bd0b4e7df10509874d83cecaf638a75 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 12 Oct 2021 11:02:25 -0400 Subject: [PATCH] calm down Dependabots Action upgrades (#22084) Part of https://github.com/github/docs-engineering/issues/974 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8818df1437..d1bf204f10 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,4 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: weekly + interval: monthly