Skip to content

Commit

Permalink
Configure Renovate (#60)
Browse files Browse the repository at this point in the history
* Add renovate.json

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Umidbek Karimov <[email protected]>
  • Loading branch information
3 people authored Aug 18, 2021
1 parent e03b6d4 commit eb08acb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": ["config:js-lib", "group:all"],
"lockFileMaintenance": { "enabled": true, "automerge": true },
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
]
}

0 comments on commit eb08acb

Please sign in to comment.