From 63d1efe5c33f54287f2867489d3b4a6a1d470b57 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 18 Oct 2022 11:25:28 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..8a2a36a 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "dockerfile": { + "fileMatch": ["Containerfile"] + } }