Skip to content

Commit

Permalink
add own config
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor committed Nov 18, 2023
1 parent 132f664 commit 65dcd7c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"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 65dcd7c

Please sign in to comment.