Configure Renovate (#504)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
Renovate Joomla Bot 2022-08-03 16:24:52 +02:00 committed by GitHub
parent d8504a9c9f
commit ecc9e19305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
renovate.json Normal file
View File

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":preserveSemverRanges",
":disableMajorUpdates"
],
"versioning": "semver",
"dependencyDashboard": true,
"prHeader": "[![Renovate Joomla](https://camo.githubusercontent.com/80b6571d15d8ec7de8bd9f85a9f42e288ee0735c499641c2a6d05b346d552a52/68747470733a2f2f6170702e72656e6f76617465626f742e636f6d2f696d616765732f62616e6e65722e737667)](https://joomla.org)"
}