Skip to content

Commit

Permalink
fix: renovate file
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Apr 4, 2024
1 parent 2b900c6 commit 1aeaf8c
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 *= *\"(?<depname>[^\"]+):(?<currentvalue>[^\"]+)(@(?<currentdigest>sha256:[a-f0-9]+))?\";",
"image *= *\"(?<depname>[^\"]+):(?<currentvalue>[^\"]+)(@(?<currentdigest>sha256:[a-f0-9]+))?\";"
"image *= *\"(?<depName>[^\"]+):(?<currentValue>[^\"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?\";",
"image *= *\"(?<depName>[^\"]+):(?<currentValue>[^\"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?\";"
],
"datasourceTemplate": "docker"
}
Expand Down

0 comments on commit 1aeaf8c

Please sign in to comment.