Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and shepherdjerred committed Dec 29, 2024
1 parent 88b50c2 commit 1e4dd3f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
"packageRules": [
{
"commitMessageTopic": "Node.js",
"excludePackageNames": ["calico/node", "docker.io/calico/node", "kindest/node"],
"matchDatasources": ["docker"],
"matchDepNames": ["node"],
"matchPackagePatterns": ["/node$"]
"matchPackageNames": [
"!calico/node",
"!docker.io/calico/node",
"!kindest/node",
"//node$/"
]
},
{
"matchManagers": ["npm"],
Expand Down

0 comments on commit 1e4dd3f

Please sign in to comment.