Skip to content

Commit

Permalink
chore(renovate): disable react-router-dom updates and types/node (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsvetkov-splunk authored Nov 12, 2024
1 parent 9e7394a commit 10d6cc6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,23 @@
},
{
"description": "Ignore NodeJS",
"matchPackageNames": ["node"],
"matchPackageNames": ["node", "@types/node"],
"matchManagers": ["npm"],
"matchDepTypes": [ "engines" ],
"matchDepTypes": [ "engines", "devDependencies" ],
"enabled": false
},
{
"description": "Ignore updates for ubuntu in GitHub (ref #1374)",
"matchPackageNames": ["ubuntu"],
"matchManagers": ["github-actions"],
"enabled": false
},
{
"description": "react-router-dom throws not-dismissible warnings",
"matchPackageNames": ["react-router-dom"],
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor"],
"enabled": false
}
]
}

0 comments on commit 10d6cc6

Please sign in to comment.