Skip to content

Commit

Permalink
ensure nodejs is not updated unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Sep 9, 2024
1 parent d4ade18 commit bf78ae6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>Okeanos/renovate-config"
],
"constraints": {
"node": "18"
},
"packageRules": [
{
"matchPackageNames": [
"node"
],
"allowedVersions": "<=18"
}
]
}

0 comments on commit bf78ae6

Please sign in to comment.