Skip to content

Commit

Permalink
Merge branch 'main' into renovate/formkit-auto-animate-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht authored Sep 7, 2023
2 parents 4cd2bea + 85e3417 commit 5256d5a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"minimumReleaseAge": "3 days",
"automergeType": "branch",
"automerge": true
}
]
}

0 comments on commit 5256d5a

Please sign in to comment.