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 <sayboras@yahoo.com>
This commit is contained in:
Tam Mach 2020-10-11 18:56:29 +11:00 committed by GitHub
parent ae3aca745e
commit 838f590a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,6 @@ updates:
- package-ecosystem: npm
directory: "/docs"
schedule:
interval: weekly
interval: monthly
reviewers:
- "golangci/team"