Skip to content

Commit

Permalink
Update dependency is-wsl to v3 (#181)
Browse files Browse the repository at this point in the history
* Update dependency is-wsl to v3

* Ignore is-wsl dependency, increase renovate PR frequency

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuel Tesař <[email protected]>
  • Loading branch information
renovate[bot] and Siegrift authored Dec 31, 2023
1 parent 6f5c8b5 commit cd8c9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"extends": ["config:base"],
"packageRules": [
{
"matchPackageNames": ["ethers", "node"],
"matchPackageNames": ["ethers", "node", "is-wsl"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 1am on the first day of the month"],
"schedule": ["before 4am on Monday"],
"groupName": "non-major-devDependencies"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 1am on the first day of the month"],
"schedule": ["before 4am on Monday"],
"groupName": "non-major-dependencies"
}
],
Expand Down

0 comments on commit cd8c9c3

Please sign in to comment.