Skip to content

Commit

Permalink
Merge branch 'master' into ap-patch-35k
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Jun 1, 2023
2 parents 606380a + 044968d commit d1849c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"stabilityDays":0
},
"separateMajorMinor":false,
"constraints": {
"go": "1.18"
},
"packageRules": [
{
"matchPaths": ["examples/**", "test/**", ".github/**"],
Expand All @@ -35,7 +38,8 @@
"postUpdateOptions": ["gomodTidy"]
},
{
"matchPackageNames": ["go"],
"matchDatasources": ["golang-version"],
"rangeStrategy": "bump",
"allowedVersions": "<1.19.0",
"postUpdateOptions": ["gomodTidy"]
},
Expand Down

0 comments on commit d1849c4

Please sign in to comment.