Skip to content

Commit

Permalink
Update Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
admdly committed Nov 23, 2023
1 parent e7e73ab commit 52eee5f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:weekly",
":automergeDigest",
":automergeLinters",
":automergeMinor",
":automergeRequireAllStatusChecks",
":automergeTesters",
":automergeTypes",
":combinePatchMinorReleases",
":maintainLockFilesWeekly",
":prHourlyLimit2",
":rebaseStalePrs"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"automergeSchedule": ["at any time"],
"automergeStrategy": "squash",
"automergeType": "branch"
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 52eee5f

Please sign in to comment.