0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02: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"],
"packageRules": [
{
"description": "Set semantic commit scope for Docker digests",
"description": "Set semantic commit scope for docker digests",
"groupName": "docker digests",
"matchDatasources": ["docker"],
"matchUpdateTypes": ["pin", "digest"],

View File

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