Update renovate.json (#408)

This commit is contained in:
DrMxrcy 2023-04-28 01:24:22 -04:00 committed by GitHub
parent 1f5f41d120
commit b933435d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
"packageRules": [
{
"managers": ["docker-compose", "dockerfile"],
"packagePatterns": ["^([^\\/]+\\/)?(mysql|mariadb|mongodb|postgres|redis)(:|$)"],
"packagePatterns": ["^([^\\/]+\\/)?(mysql|mariadb|mongodb|mongo|postgres|redis)(:|$)"],
"enabled": false
}
]
}
}