File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "minimumReleaseAge" : " 3 days" ,
44 "extends" : [
5- " config:recommended"
5+ " config:recommended" ,
6+ " config:best-practices" ,
7+ " security:openssf-scorecard" ,
8+ " helpers:pinGitHubActionDigests" ,
9+ " :rebaseStalePrs"
610 ],
711 "postUpdateOptions" : [
812 " gomodTidy"
913 ],
10- "customManagers " : [
14+ "packageRules " : [
1115 {
12- "description" : " Match in Makefile and Dockerfile" ,
13- "customType" : " regex" ,
14- "fileMatch" : [
15- " (^|/|\\ .)([Dd]ocker|[Cc]ontainer)file$" ,
16- " (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$" ,
17- " (^|/)Makefile$"
16+ "matchPackageNames" : [
17+ " github.com/gardener/openmcp-project/*"
1818 ],
19- "matchStrings" : [
20- " # renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\ s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\ s]+?))?(?: versioning=(?<versioning>[^\\ s]+?))?(?: extractVersion=(?<extractVersion>[^\\ s]+?))?(?: registryUrl=(?<registryUrl>[^\\ s]+?))?\\ s(?:ENV |ARG )?.+?_VERSION ?(?:\\ ?=|=)\" ? ?(?<currentValue>.+?)\" ?\\ s"
21- ]
19+ "description" : " Update all components from openmcp-project immediately" ,
20+ "rebaseWhen" : " auto" ,
21+ "minimumReleaseAge" : " 0 days" ,
22+ "enabled" : true
2223 }
2324 ]
2425}
You can’t perform that action at this time.
0 commit comments