Skip to content

Commit

Permalink
ci: Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 9, 2024
1 parent 75459c0 commit 7d2faa4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:weekly",
":disablePeerDependencies",
":semanticCommitTypeAll(chore)"
],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"semanticCommits": "enabled",
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": ["minor", "patch"]
}
]
}

0 comments on commit 7d2faa4

Please sign in to comment.