30 строки
882 B
Plaintext
30 строки
882 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>microsoft/m365-renovate-config:beachballLibraryRecommended",
|
|
"github>microsoft/m365-renovate-config:groupMore",
|
|
"github>microsoft/m365-renovate-config:groupTypes",
|
|
"github>microsoft/m365-renovate-config:keepFresh",
|
|
"github>microsoft/m365-renovate-config:restrictNode(14)"
|
|
],
|
|
|
|
"labels": ["renovate"],
|
|
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask",
|
|
"ComponentGovernanceComponentDetection"
|
|
],
|
|
"enabled": false
|
|
},
|
|
{
|
|
// Don't pin azure-pipelines task versions
|
|
"matchManagers": ["azure-pipelines"],
|
|
"matchCurrentVersion": "/^\\d+$/",
|
|
"matchUpdateTypes": ["minor", "patch", "pin"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|