mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:35:42 -04:00
82 lines
1.6 KiB
JSON
82 lines
1.6 KiB
JSON
{
|
||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
"extends": [
|
||
"config:recommended",
|
||
":preserveSemverRanges"
|
||
],
|
||
"timezone": "Etc/UTC",
|
||
"includeForks": true,
|
||
"forkProcessing": "enabled",
|
||
"baseBranches": ["main"],
|
||
"prCreation": "immediate",
|
||
"rebaseWhen": "conflicted",
|
||
"rebaseLabel": "AC › Needs Rebase",
|
||
"gitAuthor": "EuropaServ <161414668+EuropaServ@users.noreply.github.com>",
|
||
"updatePinnedDependencies": false,
|
||
"dependencyDashboard": true,
|
||
"dependencyDashboardTitle": "📁 Dependency Dashboard",
|
||
"dependencyDashboardLabels": ["📰 Progress Report"],
|
||
"vulnerabilityAlerts": {
|
||
"enabled": true,
|
||
"labels": ["Type ◦ Vulnerability"]
|
||
},
|
||
"labels": [
|
||
"Type ◦ Dependency"
|
||
],
|
||
"major": {
|
||
"automerge": false
|
||
},
|
||
"lockFileMaintenance": {
|
||
"enabled": true,
|
||
"automerge": true
|
||
},
|
||
"packageRules": [
|
||
{
|
||
"matchManagers": [
|
||
"npm",
|
||
"nvm"
|
||
],
|
||
"addLabels": [
|
||
"Type ◦ Dependency"
|
||
],
|
||
"rangeStrategy": "auto"
|
||
},
|
||
{
|
||
"matchManagers": [
|
||
"npm",
|
||
"nvm"
|
||
],
|
||
"matchUpdateTypes": [
|
||
"minor",
|
||
"patch"
|
||
],
|
||
"addLabels": [
|
||
"Type ◦ Dependency"
|
||
],
|
||
"automerge": false
|
||
},
|
||
{
|
||
"matchManagers": [
|
||
"github-actions"
|
||
],
|
||
"addLabels": [
|
||
"Type ◦ Git Action"
|
||
],
|
||
"rangeStrategy": "auto"
|
||
},
|
||
{
|
||
"matchManagers": [
|
||
"github-actions"
|
||
],
|
||
"addLabels": [
|
||
"Type ◦ Git Action"
|
||
],
|
||
"matchUpdateTypes": [
|
||
"minor",
|
||
"patch"
|
||
],
|
||
"automerge": false
|
||
}
|
||
]
|
||
}
|