Skip to content

Commit

Permalink
fix: fileMatch both yaml and yml
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiong Qi <[email protected]>
  • Loading branch information
tkdchen committed Jul 15, 2024
1 parent b62c13d commit 9b7271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config:best-practices"
],
"docker-compose": {
"fileMatch": ["^container-compose\\.yaml$"]
"fileMatch": ["^container-compose\\.ya?ml$"]
},
"packageRules": [
{
Expand Down

0 comments on commit 9b7271e

Please sign in to comment.