Migrate config renovate.json

This commit is contained in:
renovate[bot] 2025-06-17 23:00:06 +00:00 committed by GitHub
parent 1a3013eaf6
commit 5c3a0230dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 3 deletions

View File

@ -1,11 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": [
"config:recommended"
],
"packageRules": [
{
"updateTypes": ["major"],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
],
"ignoreDeps": ["thedoctor0/zip-release"]
"ignoreDeps": [
"thedoctor0/zip-release"
]
}