Skip to content

Commit

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

* Update renovate.json

* Update renovate.json

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Chaitanya <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2021
1 parent ea08f07 commit ceb1aa4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": [
"config:base"
],
"enabledManagers": ["npm"],
"rangeStrategy": "bump",
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": ["@snapshot-labs/snapshot.js"],
"enabled": false
}
]
}

0 comments on commit ceb1aa4

Please sign in to comment.