diff --git a/renovate.json b/renovate.json index 5db72dd..d187eee 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchFileNames": ["Dockerfile"], + "semanticCommitType": "fix" + } ] }