Skip to content

Commit 05e0163

Browse files
author
Dave Welch
committed
feat: Initial enhanced configuration
1 parent 4d34826 commit 05e0163

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# commitizen-renovate-config
22
Commitizen Renovate shareable configuration
3+
4+
see https://docs.renovatebot.com/config-presets/#github-hosted-presets for more info

renovate.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"group:allNonMajor",
5+
":separateMultipleMajorReleases",
6+
":automergeMinor",
7+
":automergePr",
8+
":automergeRequireAllStatusChecks",
9+
":ignoreUnstable",
10+
":enableVulnerabilityAlertsWithLabel(security)",
11+
":labels(dependency related,maintenance-bot)",
12+
":assignees(jimthedev,AndersDJohnson,LinusU,pgoodjohn,dmwelch)",
13+
":assigneesSampleSize(3)",
14+
":bumpVersion(patch)"
15+
]
16+
}

0 commit comments

Comments
 (0)