diff --git a/.github/renovate.json b/.github/renovate.json index 7c7050d..3eb0bcd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>containerbase/.github"] + "extends": ["local>containerbase/.github"], + "packageRules": [ + { + "description": "Allow minor updates on renovate rebuild trigger files", + "matchFiles": ["renovate.Dockerfile"], + "matchUpdateTypes": ["minor"], + "enabled": true + } + ] }