mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 12:35:51 +00:00
9178b2e053
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3196
- ce893c1b22
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3200#issuecomment-2491780481
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3856
28 lines
759 B
JSON
28 lines
759 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"labels": ["dependencies"],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["defaults/main.yml$"],
|
|
"matchStrings": [
|
|
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
|
|
]
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchSourceUrlPrefixes": [
|
|
"https://github.com/devture/com.devture.ansible.role",
|
|
"https://github.com/mother-of-all-self-hosting"
|
|
],
|
|
"ignoreUnstable": false
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
"ghcr.io/matrixgpt/matrix-chatgpt-bot"
|
|
]
|
|
}
|