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 33d22c59fc
Automate version upgrades
The changesset of this is image is minor. This patch should enable
automated version upgrades by renovatebot and this way reduce the human
workload required.
2020-06-30 20:51:34 +02:00

10 lines
207 B
JSON

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