0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-25 08:10:39 +00:00

chore: remove ansible file matcher from k8s preset (#1)

This commit is contained in:
Robert Kaussow 2022-12-19 21:16:52 +01:00 committed by GitHub
parent 29004a9573
commit 226b90dc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -4,7 +4,7 @@
"extends": ["github>thegeeklab/renovate-presets:base"], "extends": ["github>thegeeklab/renovate-presets:base"],
"packageRules": [ "packageRules": [
{ {
"description": "Set semantic commit scope for Docker digests", "description": "Set semantic commit scope for docker digests",
"groupName": "docker digests", "groupName": "docker digests",
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchUpdateTypes": ["pin", "digest"], "matchUpdateTypes": ["pin", "digest"],

View File

@ -7,7 +7,7 @@
}, },
"packageRules": [ "packageRules": [
{ {
"description": "Set semantic commit scope for Docker digests", "description": "Set semantic commit scope for docker digests",
"groupName": "docker digests", "groupName": "docker digests",
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchUpdateTypes": ["pin", "digest"], "matchUpdateTypes": ["pin", "digest"],
@ -24,10 +24,7 @@
], ],
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": ["^flux/.+\\.yaml$"],
"^flux/.+\\.yaml$",
"^ansible/services/.+/templates/.+\\.yaml.j2$"
],
"matchStrings": [ "matchStrings": [
"# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+)\"?'?" "# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+)\"?'?"
], ],