Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and admdly committed Nov 23, 2023
1 parent e121c85 commit b97d3ff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:weekly",
":automergeDigest",
":automergeMinor",
":automergeRequireAllStatusChecks",
":combinePatchMinorReleases",
":prHourlyLimit2",
":rebaseStalePrs"
],
"automergeSchedule": ["at any time"],
"automergeStrategy": "squash",
"automergeType": "branch"
}

0 comments on commit b97d3ff

Please sign in to comment.