Skip to content

Commit

Permalink
Update renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Oct 23, 2023
1 parent f3207b8 commit 140d0ee
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"extends": ["config:base"],
"packageRules": [
{
"packageFile": ["package.json", "yarn.lock"]
"matchPath": "package.json",
"updateType": "semver"
},
{
"matchPath": "yarn.lock",
"updateType": "semver"
}
],
"node": {
"lts": false,
"schedule": "never"
}
]
}

0 comments on commit 140d0ee

Please sign in to comment.