Update renovate.json

This commit is contained in:
Hannes Papenberg 2022-08-03 16:25:53 +02:00 committed by GitHub
parent ecc9e19305
commit cc49a14b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -7,5 +7,8 @@
],
"versioning": "semver",
"dependencyDashboard": true,
"prHeader": "[![Renovate Joomla](https://camo.githubusercontent.com/80b6571d15d8ec7de8bd9f85a9f42e288ee0735c499641c2a6d05b346d552a52/68747470733a2f2f6170702e72656e6f76617465626f742e636f6d2f696d616765732f62616e6e65722e737667)](https://joomla.org)"
"lockFileMaintenance": { "enabled": true },
"composerIgnorePlatformReqs": ["ext-*", "lib-*"],
"rangeStrategy": "update-lockfile",
"baseBranches": ["master", "4.0-dev"]
}