Initial Commit

This commit is contained in:
2025-03-30 19:38:53 +02:00
commit ab4cf8c8b2
10 changed files with 165 additions and 0 deletions

25
container.json Normal file
View File

@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"addLabels": [
"renovate/automerge",
"renovate/container-image"
],
"automerge": true,
"enabled": true,
"excludePackagePatterns": [
"^(docker\\.io/)?tcort/markdown-link-check"
],
"groupName": "container images",
"groupSlug": "container-images",
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}