configure only docker-compose files

This commit is contained in:
Karol Wypchlo 2022-06-21 13:26:51 +02:00
parent 66b12f1d77
commit 4e18dfaca0
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{
"extends": [
"config:base"
]
"extends": ["config:base", ":prHourlyLimitNone"],
"enabledManagers": ["docker-compose"]
}