Skip to content

Commit

Permalink
chore(renovate): match kubernetes manifests in the ansible dir
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Jan 21, 2023
1 parent 8204558 commit 7cdf409
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"fileMatch": ["kubernetes/.+\\.ya?ml$"]
},
"kubernetes": {
"fileMatch": ["kubernetes/.+\\.ya?ml$"]
"fileMatch": [
"ansible/.+\\.ya?ml.j2$",
"kubernetes/.+\\.ya?ml$"
]
},
"regexManagers": [
{
Expand Down

0 comments on commit 7cdf409

Please sign in to comment.