From afd02437187c1b8876502f22f05b5639ca108fbf Mon Sep 17 00:00:00 2001 From: ariwk Date: Tue, 22 Oct 2024 17:05:04 +0200 Subject: [PATCH] ci: add renovate for versions.properties --- renovate.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/renovate.json b/renovate.json index 959d019..48df722 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,18 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>SchweizerischeBundesbahnen/casc-renovate-preset-polarion-java" + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + "versions.properties$" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "SchweizerischeBundesbahnen/weasyprint-service", + "matchStrings": [ + "weasyprint-service.version=(?.*)" + ] + } ] }