Include our compose files

This commit is contained in:
Perflyst 2023-12-08 21:45:26 +01:00 committed by GitHub
parent cd798955c1
commit 02bf317ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -2,5 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"docker-compose": {
"fileMatch": ["templates/compose/*"]
}
}