mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 06:55:37 +02:00
Update renovate.json
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
"enabledManagers": ["docker-compose"],
|
"enabledManagers": ["docker-compose"],
|
||||||
"onboarding": false,
|
"onboarding": false,
|
||||||
|
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"**/node_modules/**",
|
"**/node_modules/**",
|
||||||
"**/bower_components/**",
|
"**/bower_components/**",
|
||||||
@@ -12,14 +12,11 @@
|
|||||||
"**/tests/**",
|
"**/tests/**",
|
||||||
"**/__fixtures__/**"
|
"**/__fixtures__/**"
|
||||||
],
|
],
|
||||||
|
|
||||||
"docker-compose": {
|
"docker-compose": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^examples/.+/(docker-)?compose\\.ya?ml$",
|
"^examples/.+/(?:docker-)?compose\\.ya?ml$"
|
||||||
"^examples/.+/docker-compose\\.ya?ml$"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"separateMajorMinor": true,
|
"separateMajorMinor": true,
|
||||||
"separateMinorPatch": true,
|
"separateMinorPatch": true,
|
||||||
"prConcurrentLimit": 0,
|
"prConcurrentLimit": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user