saiblog/renovate.json

10 lines
186 B
JSON
Raw Normal View History

2020-07-20 01:08:30 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2020-07-20 01:15:54 +00:00
"config:base",
"docker:enableMajor"
2020-07-20 01:08:30 +00:00
],
2022-10-23 12:08:29 +02:00
"prConcurrentLimit": 0,
2020-07-20 01:08:30 +00:00
"gitLabAutomerge": true
}