Skip to content

Commit c5af0ea

Browse files
committed
configure renovate
1 parent 277d92c commit c5af0ea

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

renovate.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
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+
]
40+
}

0 commit comments

Comments
 (0)