mirror of
https://github.com/ivuorinen/.github.git
synced 2026-01-26 11:23:57 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"$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"
|
|
],
|
|
"dependencyDashboardLabels": ["no-stale"],
|
|
"lockFileMaintenance": {
|
|
"extends": ["group:all"],
|
|
"commitMessageAction": "Update"
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"groupName": "devDependencies (patch)",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["eslint"],
|
|
"groupName": "eslint"
|
|
}
|
|
],
|
|
"digest": {
|
|
"enabled": false
|
|
},
|
|
"assigneesFromCodeOwners": true,
|
|
"configMigration": true,
|
|
"separateMinorPatch": false,
|
|
"separateMajorMinor": true,
|
|
"separateMultipleMajor": true,
|
|
"vulnerabilityAlerts": {
|
|
"enabled": true
|
|
},
|
|
"commitBody": "Signed-off-by: {{{gitAuthor}}}"
|
|
}
|