[skip ci] remove hourly limit

This commit is contained in:
Robert Kaussow 2020-10-18 15:39:32 +02:00
parent 0fb03098d4
commit b37c5ccd64
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"], "extends": ["config:base"],
"prConcurrentLimit": 3, "ignorePresets": [":prHourlyLimit2"],
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": ["^Dockerfile$"], "fileMatch": ["^Dockerfile$"],