Skip to content

Commit babf11b

Browse files
chore: update renovate.json (#13)
* chore: update renovate.json * remove `packageRules` * chore(fix): remove comma --------- Co-authored-by: Günther Wannenmacher <[email protected]>
1 parent 8403cbe commit babf11b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"git-submodules": {
4+
"enabled": true
5+
},
6+
"minimumReleaseAge": "3 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"
516
]
617
}

0 commit comments

Comments
 (0)