1
0
Fork 0
This repository has been archived on 2025-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
gitlab-hetzner-runner/renovate.json
Sheogorath 5225fd5a10
Enable major upgrades using renovate
Currently renovatebot would only update minor or patch versions of the
container images. This patch adds a preset to let renovatebot propose
major version updates.
2020-06-30 20:47:47 +02:00

8 lines
159 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"docker:enableMajor"
],
"prConcurrentLimit": 5
}