Skip to content

Commit 3850a4d

Browse files
committed
fix README references
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 9181d91 commit 3850a4d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"labels": ["🛠️ dependencies"],
55
"timezone": "Europe/Berlin",
66
"schedule": ["* 14-17 * * 5"],
7+
"automerge": true,
8+
"platformAutomerge": true,
79
"packageRules": [
810
{
911
"groupName": "golangci-lint",
@@ -23,7 +25,8 @@
2325
"matchManagers": ["npm"],
2426
"enabled": true,
2527
"separateMajorMinor": true,
26-
"separateMultipleMajor": true
28+
"separateMultipleMajor": true,
29+
"postUpdateOptions": "npmDedupe"
2730
},
2831
{
2932
"groupName": "GitHub Actions",

0 commit comments

Comments
 (0)