This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/renovate.json
2024-08-24 22:32:24 +02:00

11 lines
205 B
JSON

{
"extends": [
"config:best-practices"
],
"packageRules": [{
"matchUpdateTypes": ["minor", "patch", "digest", "pinDigest"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}]
}