fix: reduce renovate noise
This commit is contained in:
parent
b52bee433e
commit
91cea7f36e
|
@ -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"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue