Skip to content

Commit d1849c4

Browse files
authored
Merge branch 'master' into ap-patch-35k
2 parents 606380a + 044968d commit d1849c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"stabilityDays":0
1717
},
1818
"separateMajorMinor":false,
19+
"constraints": {
20+
"go": "1.18"
21+
},
1922
"packageRules": [
2023
{
2124
"matchPaths": ["examples/**", "test/**", ".github/**"],
@@ -35,7 +38,8 @@
3538
"postUpdateOptions": ["gomodTidy"]
3639
},
3740
{
38-
"matchPackageNames": ["go"],
41+
"matchDatasources": ["golang-version"],
42+
"rangeStrategy": "bump",
3943
"allowedVersions": "<1.19.0",
4044
"postUpdateOptions": ["gomodTidy"]
4145
},

0 commit comments

Comments
 (0)