0d12be138b
There's a reason one pins a commit and it is because we want that specific commit. Renovate gets *really* noisy if commits are made frequently to a repo, so let's disable it.
17 lines
388 B
JSON
17 lines
388 B
JSON
{
|
|
"extends": ["config:base", ":disableDigestUpdates"],
|
|
"ignorePaths": ["test/"],
|
|
"labels": ["Type: Dependencies"],
|
|
"lockFileMaintenance": {"enabled": true},
|
|
"stabilityDays": 1,
|
|
"vulnerabilityAlerts": {
|
|
"labels": ["Type: Security"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"extends": ["schedule:monthly"],
|
|
"matchDepTypes": ["dependencies", "devDependencies"]
|
|
}
|
|
]
|
|
}
|