Delete renovate.json

This commit is contained in:
lepapareil 2022-05-23 10:56:14 +02:00 committed by GitHub
parent 8a2c7cb8ac
commit 1ae0e00345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +0,0 @@
{
"extends": [
"config:base"
],
"enabledManagers": ["cargo","dockerfile","github-actions"],
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"automerge": false
}
],
"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": false
},
"lockFileMaintenance": {
"enabled": true
},
"prHourlyLimit": 0
}