Skip to content

Commit

Permalink
Try disabling node
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Oct 23, 2023
1 parent 140d0ee commit b4d2115
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPath": "package.json",
"updateType": "semver"
},
{
"matchPath": "yarn.lock",
"updateType": "semver"
}
]
"npm": {
"minimumReleaseAge": "3 days"
},
"packageRules": [{
"packageNames": ["node"],
"enabled": false
}]

}

0 comments on commit b4d2115

Please sign in to comment.