Skip to content

Commit

Permalink
ci: ignore node in renovate (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Jul 19, 2024
1 parent f98f26b commit 0580908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackageNames": ["node"],
"enabled": false
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
Expand Down

0 comments on commit 0580908

Please sign in to comment.