mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
6eda7d5c00
This change is to ensure that our CI workers are not flooded with jobs that fail. This setting will be removed when the initial backlog has been merged.
58 lines
885 B
Plaintext
58 lines
885 B
Plaintext
{
|
|
"extends": [
|
|
"config:base",
|
|
":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"
|
|
]
|
|
}
|
|
],
|
|
"rebaseWhen": "never"
|
|
} |