mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-01 16:56:22 +00:00
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>nicebots-xyz/renovate-config",
|
|
":semanticPrefixFixDepsChoreOthers",
|
|
":dependencyDashboard"
|
|
],
|
|
"forkProcessing": "enabled",
|
|
"baseBranchPatterns": [
|
|
"dev"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
}
|
|
}
|