Skip to content

Commit

Permalink
fix: renovate regex
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Apr 4, 2024
1 parent 7f81322 commit fb8b692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
{
"fileMatch": ["^.*\\.nix$"],
"matchStrings": [
"image *=(\r\n|\r|\n)? *\"(?<depName>[^\"]+):(?<currentValue>[^\"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?\";",
"Image *=(\r\n|\r|\n)? *\"(?<depName>[^\"]+):(?<currentValue>[^\"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?\";"
"image\\s*=\\s*\"(?P<depName>[^:]+):(?P<currentValue>[^@\"]+)(?:@(?P<currentDigest>sha256:[a-f0-9]+))?",
"Image\\s*=\\s*\"(?P<depName>[^:]+):(?P<currentValue>[^@\"]+)(?:@(?P<currentDigest>sha256:[a-f0-9]+))?"
],
"datasourceTemplate": "docker"
}
Expand Down

0 comments on commit fb8b692

Please sign in to comment.