Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 25, 2024
1 parent ed544dd commit 18e5fc0
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 @@ -18,7 +18,7 @@
{
"customType": "regex",
"fileMatch": [
"^github/workflows/(.+).yml$"
"^.github/workflows/(.+).yml$"
],
"matchStrings": [
"TKO_BASE_IMAGE:\\s*(?<depName>[^:]+):(?<currentValue>[^@]+)(@(?<currentDigest>sha256:[a-f0-9]+))?"
Expand Down

0 comments on commit 18e5fc0

Please sign in to comment.