Skip to content

Commit

Permalink
override node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Aug 5, 2024
1 parent ab883d9 commit d52cc75
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,32 @@
"prConcurrentLimit": 3,
"reviewersFromCodeOwners": true,
"packageRules": [
{
"commitMessageTopic": "Node.js",
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"/(^/)node$/",
"!calico/node",
"!docker.io/calico/node",
"!kindest/node"
],
"matchUpdateTypes": ["minor"]
},
{
"commitMessageTopic": "Node.js",
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"/(^/)node$/",
"!calico/node",
"!docker.io/calico/node",
"!kindest/node"
],
"matchUpdateTypes": ["patch"]
},
{
"matchDepTypes": ["dependencies", "require"],
"semanticCommitType": "deps",
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use-node-version=20.14.0

0 comments on commit d52cc75

Please sign in to comment.