Merge pull request #31 from erikraft/renovate/migrate-config

Migrate renovate config
This commit is contained in:
ErikrafT 2025-06-17 20:01:50 -03:00 committed by GitHub
commit d3091927ab
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", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"], "extends": [
"config:recommended"
],
"packageRules": [ "packageRules": [
{ {
"updateTypes": ["major"], "matchUpdateTypes": [
"major"
],
"enabled": false "enabled": false
} }
], ],
"ignoreDeps": ["thedoctor0/zip-release"] "ignoreDeps": [
"thedoctor0/zip-release"
]
} }