Skip to content

Commit

Permalink
chore: Configure Renovate (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Sickert <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valentin Sickert <[email protected]>
  • Loading branch information
renovate[bot] and Lapotor authored Nov 18, 2023
1 parent c026b20 commit 363699e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":approveMajorUpdates",
":automergeMinor",
":semanticCommits",
":separateMultipleMajorReleases",
":timezone(Europe/Berlin)",
":pinAllExceptPeerDependencies",
":rebaseStalePrs"
],
"baseBranches": ["main"],
"minimumReleaseAge": "3 days",
"rollbackPrs": true,
"reviewers": ["@lapotor", "@whyauthentic"]
}

0 comments on commit 363699e

Please sign in to comment.