Skip to content

Commit 8024f91

Browse files
committed
Update renovate config
Signed-off-by: Paweł Gronowski <git@grono.dev>
1 parent 5cd9bcd commit 8024f91

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
5-
]
4+
"config:recommended",
5+
"helpers:pinGitHubActionDigestsToSemver",
6+
"helpers:githubDigestChangelogs"
7+
],
8+
"minimumReleaseAge": "3 days",
9+
"packageRules": [
10+
{
11+
"description": "Group safe routine updates",
12+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
13+
"groupName": "routine dependency updates"
14+
}
15+
],
16+
"postUpdateOptions": ["gomodTidy"]
617
}

0 commit comments

Comments
 (0)