mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
da5892faad
* Add renovate.json * Update renovate configuration * Fix labelling Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
58 lines
883 B
Plaintext
58 lines
883 B
Plaintext
{
|
|
"extends": [
|
|
"config:base",
|
|
":prHourlyLimit4",
|
|
":semanticCommitTypeAll(chore)",
|
|
":separatePatchReleases"
|
|
],
|
|
"ignorePresets": [
|
|
":combinePatchMinorReleases",
|
|
"helpers:disableTypesNodeMajor",
|
|
":prHourlyLimit2",
|
|
":semanticPrefixFixDepsChoreOthers"
|
|
],
|
|
"enabledManagers": [
|
|
"bundler",
|
|
"docker-compose",
|
|
"dockerfile",
|
|
"gomod",
|
|
"npm"
|
|
],
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"datasources": [
|
|
"docker"
|
|
],
|
|
"addLabels": [
|
|
"docker"
|
|
]
|
|
},
|
|
{
|
|
"datasources": [
|
|
"go"
|
|
],
|
|
"addLabels": [
|
|
"go"
|
|
]
|
|
},
|
|
{
|
|
"datasources": [
|
|
"npm"
|
|
],
|
|
"addLabels": [
|
|
"javascript"
|
|
]
|
|
},
|
|
{
|
|
"datasources": [
|
|
"rubygems"
|
|
],
|
|
"addLabels": [
|
|
"ruby"
|
|
]
|
|
}
|
|
]
|
|
} |