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:
parent
ae3aca745e
commit
838f590a63
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -30,6 +30,6 @@ updates:
|
|||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/docs"
|
directory: "/docs"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
reviewers:
|
reviewers:
|
||||||
- "golangci/team"
|
- "golangci/team"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user