Skip to content

Commit ac3c50e

Browse files
chore: update .github/renovate.json
1 parent faaee19 commit ac3c50e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"groupName": "GO modules",
2626
"postUpdateOptions": ["gomodTidy"],
2727
"separateMajorMinor":false
28+
},
29+
{
30+
"matchPackageNames": ["go"],
31+
"allowedVersions": "<1.19.0",
32+
"postUpdateOptions": ["gomodTidy"]
2833
}
2934
]
3035
}

0 commit comments

Comments
 (0)