Created
January 13, 2025 10:15
-
-
Save wowaTYPO3/1c88bd9df26e7a53478d1e49eea1aca5 to your computer and use it in GitHub Desktop.
renovate.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "extends": [ | |
| "config:recommended", | |
| ":disableMajorUpdates" | |
| ], | |
| "enabledManagers": [ | |
| "composer" | |
| ], | |
| "packageRules": [ | |
| { | |
| "matchPackageNames": [ | |
| "typo3/cms-**" | |
| ], | |
| "groupName": "TYPO3 Core update", | |
| "rangeStrategy": "update-lockfile", | |
| "allowedVersions": "<=13.4.99" | |
| }, | |
| { | |
| "matchPackageNames": [ | |
| "friendsoftypo3/content-blocks", | |
| "b13/container", | |
| "undefined/translate-locallang", | |
| "thieleundklose/autotranslate", | |
| "lochmueller/sourceopt", | |
| "helhum/typo3-console", | |
| "sitegeist/image-jack" | |
| ], | |
| "groupName": "Enabled Extension Updates", | |
| "rangeStrategy": "in-range-only", | |
| "enabled": true | |
| }, | |
| { | |
| "matchPackageNames": [ | |
| "wwagner/vt13sitepackage" | |
| ], | |
| "enabled": false | |
| } | |
| ], | |
| "composer": { | |
| "fileMatch": [ | |
| "^composer\\.json$" | |
| ] | |
| }, | |
| "prHourlyLimit": 0, | |
| "prConcurrentLimit": 0, | |
| "commitMessagePrefix": "[RENOVATE] ", | |
| "commitMessageTopic": "{{depName}}", | |
| "commitMessageExtra": " ({{{displayFrom}}} => {{{displayTo}}})", | |
| "timezone": "Europe/Berlin", | |
| "schedule": [ | |
| "* 7-20 * * *" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment