mirror of
https://github.com/ivuorinen/.github.git
synced 2026-01-26 11:23:57 +00:00
Create renovate-config.json
This commit is contained in:
46
renovate-config.json
Normal file
46
renovate-config.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"description": "Renovate config for projects ivuorinen manages",
|
||||
"extends": [
|
||||
"config:base",
|
||||
":preserveSemverRanges",
|
||||
":enableVulnerabilityAlerts",
|
||||
":semanticCommits",
|
||||
":labels(dependencies)",
|
||||
":maintainLockFilesWeekly",
|
||||
"schedule:nonOfficeHours",
|
||||
"docker:disableMajor",
|
||||
"npm:unpublishSafe",
|
||||
"group:recommended",
|
||||
"replacements:all",
|
||||
"workarounds:all"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"extends": [
|
||||
"group:all"
|
||||
],
|
||||
"commitMessageAction": "Update"
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"groupName": "devDependencies (non-major)",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["eslint"],
|
||||
"groupName": "eslint"
|
||||
}
|
||||
],
|
||||
"digest": {
|
||||
"enabled": false
|
||||
},
|
||||
"separateMinorPatch": false,
|
||||
"separateMajorMinor": true,
|
||||
"separateMultipleMajor": true,
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": true
|
||||
},
|
||||
"commitBody": "Signed-off-by: {{{gitAuthor}}}"
|
||||
}
|
||||
Reference in New Issue
Block a user