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:
parent
29004a9573
commit
226b90dc80
@ -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"],
|
||||||
|
@ -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>[^\"']+)\"?'?"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user