Skip to content

Commit f35da52

Browse files
chore: update renovate config (#84)
* chore: update renovate config * chore: remove unnecessary config
1 parent d241fa5 commit f35da52

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

renovate.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"git-submodules": {
4+
"enabled": true
5+
},
6+
"minimumReleaseAge": "0 days",
37
"extends": [
4-
"config:recommended"
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+
},
530
]
631
}

0 commit comments

Comments
 (0)