From d6e57881d4c726ef721f23e2f7f3aaf6251957d9 Mon Sep 17 00:00:00 2001 From: Wilco Date: Wed, 19 Oct 2022 23:11:09 +0200 Subject: [PATCH] Enable renovate for .html.erb files (#790) --- .github/renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5625ce60f..a65a66e83 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>csvalpha/.github"] + "extends": ["github>csvalpha/.github"], + "packageRules": [ + { + "matchManagers": ["html"], + "fileMatch": "\\.html\\.erb$" + } + ] }