Skip to content

Commit 01efaa8

Browse files
committed
Move Go constraint to top level key
1 parent b09f471 commit 01efaa8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"extends": [
44
"local>oapi-codegen/renovate-config"
55
],
6+
"constraints": {
7+
"go": "1.24"
8+
},
69
"gomod": {
7-
"ignorePaths": [],
8-
"constraints": {
9-
"go": "1.24"
10-
}
10+
"ignorePaths": []
1111
},
1212
"vulnerabilityAlerts": {
1313
"commitMessageSuffix": "{{#if isGroup }}{{ else }} ({{#if packageFileDir}}{{packageFileDir}}{{else}}{{packageFile}}{{/if}}){{/if}} [SECURITY]"

0 commit comments

Comments
 (0)