mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 07:05:38 +02:00
Update renovate.json
This commit is contained in:
@@ -1,8 +1,17 @@
|
|||||||
{
|
{
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
"enabledManagers": ["docker-compose"],
|
"enabledManagers": ["docker-compose"],
|
||||||
|
"onboarding": false,
|
||||||
|
|
||||||
"includePaths": ["examples/**"],
|
"ignorePaths": [
|
||||||
|
"**/node_modules/**",
|
||||||
|
"**/bower_components/**",
|
||||||
|
"**/vendor/**",
|
||||||
|
"**/__tests__/**",
|
||||||
|
"**/test/**",
|
||||||
|
"**/tests/**",
|
||||||
|
"**/__fixtures__/**"
|
||||||
|
],
|
||||||
|
|
||||||
"docker-compose": {
|
"docker-compose": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
|
|||||||
Reference in New Issue
Block a user