This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardlounge/renovate.json

17 lines
388 B
JSON
Raw Permalink Normal View History

2018-05-12 09:21:25 +00:00
{
"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"]
}
]
2018-05-12 09:21:25 +00:00
}