From 50f755bc131ae3f4ee96be10fabc24aa304003ca Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Sun, 11 Oct 2020 11:37:29 +1100 Subject: [PATCH] ci(dependabot): Change interval for npm to monthly npm packages are used for website only in this repo. Consider that golangci-lint normally releases once a month, this commit is to change interval for npm dependabot from weekly to monthly. Main benefits could be: - Reduce the noise for maintainers - Improve generated CHANGELOG. These changes are not useful for end users. Signed-off-by: Tam Mach --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b00a4479909c..6e3e302d2aa3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,6 +30,6 @@ updates: - package-ecosystem: npm directory: "/docs" schedule: - interval: weekly + interval: monthly reviewers: - "golangci/team"