Skip to content

Commit 250c8a2

Browse files
committed
chore: renovate updates go lang version
1 parent 4956eb6 commit 250c8a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"git-submodules": {
44
"enabled": true
55
},
6+
"minimumReleaseAge": "3 days",
67
"extends": [
78
"config:recommended",
89
"config:best-practices",
@@ -12,5 +13,19 @@
1213
],
1314
"postUpdateOptions": [
1415
"gomodTidy"
16+
],
17+
"packageRules": [
18+
{
19+
"matchManagers": [
20+
"gomod"
21+
],
22+
"matchDepNames": [
23+
"go"
24+
],
25+
"matchDepTypes": [
26+
"golang"
27+
],
28+
"rangeStrategy": "bump"
29+
}
1530
]
1631
}

0 commit comments

Comments
 (0)