Skip to content

Commit

Permalink
Changed renovate setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jul 23, 2024
1 parent c788e28 commit 207043a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"packagePatterns": ["*"],
"excludeDepNames": [
"matchDepNames": [
"typescript",
"vitest",
"react",
"@types/react",
"@total-typescript/exercise-cli"
],
"enabled": false
"enabled": true,
"automerge": true
}
]
}

0 comments on commit 207043a

Please sign in to comment.