diff --git a/.github/renovate.json b/.github/renovate.json index daaf04e0..a8d3187b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -113,7 +113,7 @@ "regexManagers": [ { "fileMatch": [ - "^Dockerfile$" + "^docker-compose\\.yml$" ], "matchStrings": [ "minio/minio:(?RELEASE\\.[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}-[0-9]{2}-[0-9]{2}Z)" @@ -122,6 +122,6 @@ "versioningTemplate": "loose", "extractVersionTemplate": "^(?.*)$" } - ] + ], "prCreation": "immediate" }