Skip to content

Commit 0044790

Browse files
add go version constraints; rm custom devcontainer match
1 parent 94273d3 commit 0044790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"gomod",
1010
"npm"
1111
],
12-
"devcontainer": {
13-
"fileMatch": ["^./src/sm-operator/.devcontainer/common/devcontainer.json$"]
12+
"constraints": {
13+
"go": "1.21"
1414
},
1515
"packageRules": [
1616
{

0 commit comments

Comments
 (0)