add-cms
This commit is contained in:
17
source/admin/renovate.json
Normal file
17
source/admin/renovate.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": ["github>netlify/renovate-config:default"],
|
||||
"ignorePresets": [":prHourlyLimit2"],
|
||||
"semanticCommits": true,
|
||||
"dependencyDashboard": true,
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["emotion", "^remark", "slate"],
|
||||
"major": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user