Skip to content

Commit

Permalink
Create renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Jun 7, 2024
1 parent a0ba810 commit 1ae69bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": ["@tscircuit/*"],
"enabled": false
},
{
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 1ae69bb

Please sign in to comment.