Skip to content

Commit

Permalink
chore: update .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-foundation-bot committed Jun 1, 2023
1 parent 722f13d commit 7382b90
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 7382b90

Please sign in to comment.