Skip to content

Commit 9b4f589

Browse files
renovate[bot]guewamaximiliantech
authored
chore: Configure Renovate (#4)
* Add renovate.json * chore: add some presets to renovate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Günther Wannenmacher <[email protected]> Co-authored-by: Maximilian Techritz <[email protected]>
1 parent 80e8853 commit 9b4f589

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

renovate.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"git-submodules": {
4+
"enabled": true
5+
},
6+
"minimumReleaseAge": "0 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+
}

0 commit comments

Comments
 (0)