Skip to content

Commit

Permalink
Merge pull request #41 from felix-berlin/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
felix-berlin authored Nov 1, 2024
2 parents e9d0c3c + d615a97 commit 4ed1462
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":semanticCommitTypeAll(chore)"
],
"reviewers": [
Expand All @@ -13,7 +13,10 @@
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
Expand Down

0 comments on commit 4ed1462

Please sign in to comment.