Merge pull request #184 from joomla-dependency-bot/renovate/configure

Configure Renovate
This commit is contained in:
Harald Leithner 2022-08-09 20:12:01 +02:00 committed by GitHub
commit 5c5cbf4689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
renovate.json Normal file
View File

@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":preserveSemverRanges",
":disableMajorUpdates"
],
"versioning": "semver",
"dependencyDashboard": true,
"lockFileMaintenance": {
"enabled": true
},
"composerIgnorePlatformReqs": [
"ext-*",
"lib-*"
],
"rangeStrategy": "update-lockfile"
}