Add customManagers:dockerfileVersions to renovate.json5 (#30607)

This commit is contained in:
Yamagishi Kazutoshi
2024-06-10 23:47:59 +09:00
committed by GitHub
parent bb27321781
commit f0f144e96d
3 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
'customManagers:dockerfileVersions',
':labels(dependencies)',
':prConcurrentLimitNone', // Remove limit for open PRs at any time.
':prHourlyLimit2', // Rate limit PR creation to a maximum of two per hour.