chore: update renovate regrex
This commit is contained in:
@ -14,4 +14,6 @@ install_packages:
|
|||||||
- unattended-upgrades
|
- unattended-upgrades
|
||||||
|
|
||||||
data_folder: /data
|
data_folder: /data
|
||||||
|
alpine_latest_image: "alpine:latest"
|
||||||
|
ubuntu_latest_image: "node:22-trixie"
|
||||||
|
debian_latest_image: "git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853"
|
||||||
|
@ -19,10 +19,6 @@
|
|||||||
when: configyaml.stat.exists == False
|
when: configyaml.stat.exists == False
|
||||||
|
|
||||||
- name: Create the gitea-runner container
|
- name: Create the gitea-runner container
|
||||||
vars:
|
|
||||||
alpine_latest_image: "alpine:latest"
|
|
||||||
ubuntu_latest_image: "node:22-trixie"
|
|
||||||
debian_latest_image: "git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853"
|
|
||||||
docker_container:
|
docker_container:
|
||||||
name: gitea-runner
|
name: gitea-runner
|
||||||
image: gitea/act_runner:0.2.13
|
image: gitea/act_runner:0.2.13
|
||||||
|
@ -4,25 +4,19 @@
|
|||||||
"local>RenovateBot/renovate-config",
|
"local>RenovateBot/renovate-config",
|
||||||
":semanticCommitTypeAll(chore)"
|
":semanticCommitTypeAll(chore)"
|
||||||
],
|
],
|
||||||
|
"ignoreDeps": ["postgres"],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"commitBodyTable": true,
|
"automergeType": "branch",
|
||||||
"ignoreTests": true,
|
"packageRules": [
|
||||||
"major": {
|
|
||||||
"automerge": false,
|
|
||||||
"commitMessagePrefix": "chore(deps-major): ",
|
|
||||||
"labels": ["dependencies", "breaking"]
|
|
||||||
},
|
|
||||||
"customManagers": [
|
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"description": "Scan group_vars/all.yml for Docker images",
|
||||||
"managerFilePatterns": [
|
"matchFiles": ["group_vars/all.yml"],
|
||||||
"(^|/)tasks/.*\\.ya?ml$"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"(?<varName>\\w+_image):\\s+\"?(?<depName>[\\w./-]+):(?<currentValue>[\\w.-]+)\"?"
|
"alpine_latest_image:\\s*\"(?<currentValue>.*?)\"",
|
||||||
|
"ubuntu_latest_image:\\s*\"(?<currentValue>.*?)\"",
|
||||||
|
"debian_latest_image:\\s*\"(?<currentValue>.*?)\""
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker"
|
||||||
"versioningTemplate": "docker"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user