Skip to content

Commit 838f590

Browse files
authored
ci(dependabot): Change interval for npm to monthly (#1424)
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 <[email protected]>
1 parent ae3aca7 commit 838f590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ updates:
3030
- package-ecosystem: npm
3131
directory: "/docs"
3232
schedule:
33-
interval: weekly
33+
interval: monthly
3434
reviewers:
3535
- "golangci/team"

0 commit comments

Comments
 (0)