File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "git-submodules" : {
4- "enabled" : true
5- },
63 "extends" : [
7- " config:recommended" ,
8- " config:best-practices" ,
9- " security:openssf-scorecard" ,
10- " helpers:pinGitHubActionDigests" ,
11- " :rebaseStalePrs" ,
4+ " github>openmcp-project/.github:renovate-config" ,
125 " :enableVulnerabilityAlerts"
136 ],
14- "postUpdateOptions " : [
15- " gomodTidy "
16- ] ,
7+ "git-submodules " : {
8+ "enabled" : true
9+ } ,
1710 "customManagers" : [
1811 {
1912 "description" : " OpenMCP component versions in hack/local-dev.sh" ,
2720 }
2821 ],
2922 "packageRules" : [
30- {
31- "matchManagers" : [
32- " gomod"
33- ],
34- "matchDepNames" : [
35- " go"
36- ],
37- "matchDepTypes" : [
38- " golang"
39- ],
40- "rangeStrategy" : " bump"
41- },
4223 {
4324 "matchManagers" : [
4425 " custom.regex"
5031 "automerge" : true ,
5132 "automergeType" : " pr-comment" ,
5233 "automergeComment" : " automerge all openMCP project dependencies updates"
53- },
54- {
55- "description" : " Group openmcp-project/build submodule and workflow updates" ,
56- "matchDepNames" : [
57- " hack/common" ,
58- " openmcp-project/build"
59- ],
60- "groupName" : " openmcp-project/build"
6134 }
6235 ]
6336}
You can’t perform that action at this time.
0 commit comments