|
1 | 1 | { |
2 | | - "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "minimumReleaseAge": "3 days", |
4 | | - "extends": [ |
5 | | - "config:recommended", |
6 | | - "config:best-practices", |
7 | | - "security:openssf-scorecard", |
8 | | - "helpers:pinGitHubActionDigests", |
9 | | - ":rebaseStalePrs" |
10 | | - ], |
11 | | - "packageRules": [ |
12 | | - { |
13 | | - "matchManagers": [ |
14 | | - "custom.regex" |
15 | | - ], |
16 | | - "groupName": "All openMCP Project Updates", |
17 | | - "groupSlug": "all-openmcp-updates", |
18 | | - "minimumReleaseAge": "0 days", |
19 | | - "rebaseWhen": "auto", |
20 | | - "automerge": true, |
21 | | - "automergeType": "pr-comment", |
22 | | - "automergeComment": "automerge all openMCP project dependencies updates" |
23 | | - } |
24 | | - ], |
| 2 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 3 | + "git-submodules": { |
| 4 | + "enabled": true |
| 5 | + }, |
| 6 | + "minimumReleaseAge": "3 days", |
| 7 | + "extends": [ |
| 8 | + "config:recommended", |
| 9 | + "config:best-practices", |
| 10 | + "security:openssf-scorecard", |
| 11 | + "helpers:pinGitHubActionDigests", |
| 12 | + ":rebaseStalePrs" |
| 13 | + ], |
| 14 | + "postUpdateOptions": [ |
| 15 | + "gomodTidy" |
| 16 | + ], |
| 17 | + "packageRules": [ |
| 18 | + { |
| 19 | + "matchManagers": [ |
| 20 | + "gomod" |
| 21 | + ], |
| 22 | + "matchDepNames": [ |
| 23 | + "go" |
| 24 | + ], |
| 25 | + "matchDepTypes": [ |
| 26 | + "golang" |
| 27 | + ], |
| 28 | + "rangeStrategy": "bump" |
| 29 | + }, |
| 30 | + { |
| 31 | + "matchPackageNames": [ |
| 32 | + "github.com/openmcp-project/*" |
| 33 | + ], |
| 34 | + "description": "Update all components from openmcp-project immediately", |
| 35 | + "rebaseWhen": "auto", |
| 36 | + "minimumReleaseAge": "0 days", |
| 37 | + "enabled": true |
| 38 | + } |
| 39 | + ], |
25 | 40 | "customManagers": [ |
26 | 41 | { |
27 | 42 | "description": "All component dependencies and their versions used in the openMCP project.", |
|
0 commit comments