Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #779 from adfinis/renovate/configure
Browse files Browse the repository at this point in the history
chore: configure renovate
  • Loading branch information
derrabauke authored Jan 25, 2023
2 parents 0ced28e + b8500c1 commit 89c5b29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":rebaseStalePrs"],
"automerge": true,
"automergeSchedule": ["after 12am on monday"],
"automergeType": "branch",
"major": {
"automerge": false
},
"schedule": ["before 2am on monday"],
"stabilityDays": 3
}

0 comments on commit 89c5b29

Please sign in to comment.