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