Skip to content

Commit 03ec038

Browse files
apply force constraints on the go version (#21)
1 parent 312327f commit 03ec038

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"gomod",
1010
"npm"
1111
],
12-
"constraints": {
13-
"go": "1.21"
12+
"force": {
13+
"constraints": {
14+
"go": "1.21"
15+
}
1416
},
1517
"packageRules": [
1618
{

0 commit comments

Comments
 (0)