mirror of
https://github.com/Paillat-dev/dismoji.git
synced 2026-01-02 09:06:20 +00:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>nicebots-xyz/renovate-config",
|
|
":semanticPrefixFixDepsChoreOthers",
|
|
":dependencyDashboard"
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"forkProcessing": "enabled",
|
|
"baseBranchPatterns": [
|
|
"master"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
}
|
|
}
|