Update renovate.json

This commit is contained in:
ErikrafT 2025-05-14 18:12:37 -03:00 committed by GitHub
parent 265b29cf5e
commit ac7c84c796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:base"],
"packageRules": [
{
"updateTypes": ["major"],
"enabled": false
}
]
}