1
0
Fork 0

fix: reduce renovate noise

This commit is contained in:
ssube 2021-06-11 09:16:59 -05:00
parent b52bee433e
commit 91cea7f36e
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 13 additions and 1 deletions

View File

@ -4,5 +4,17 @@
":semanticCommitTypeAll(update)", ":semanticCommitTypeAll(update)",
":semanticCommitScopeDisabled" ":semanticCommitScopeDisabled"
], ],
"branchPrefix": "update/" "branchPrefix": "update/",
"packageRules": [{
"matchPackageNames": ["aws-sdk"],
"extends": ["schedule:earlyMondays"]
}, {
"matchPackageNames": ["@microsoft/api-documenter", "@microsoft/api-extractor"],
"extends": ["schedule:earlyMondays"],
"groupName": "rushstack"
}, {
"matchPackagePatterns": ["rollup", "@rollup/plugin-.+"],
"extends": ["schedule:earlyMondays"],
"groupName": "rollup"
}]
} }