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-ansible-runner/renovate.json
Sheogorath 2dd7d2c967
Upgrade renovate.json
Allow major upgrades and automatically apply updates if CI works out
fine.
2020-07-05 23:09:20 +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
}