Skip to content

Commit

Permalink
ci: configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 9, 2025
1 parent f2817b8 commit 30e0c31
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 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>bifravst/renovate-config"],
"packageRules": [
{
"matchDepTypes": ["peerDependencies"],
"semanticCommitType": "fix"
}
]
}

0 comments on commit 30e0c31

Please sign in to comment.