updated renovate.json
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-01-24 18:21:50 +01:00
parent 944a4ae276
commit 4b72e34362

View file

@ -13,10 +13,9 @@
"^Dockerfile$" "^Dockerfile$"
], ],
"matchStrings": [ "matchStrings": [
"\\s+ENV\\s*MORTY_VERSION=\"(?<currentDigest>.*?)\"\\s+" "\\s+ENV\\s*MORTY_VERSION=\"(?<currentVersion>)(?<currentDigest>.*?)\"\\s+"
], ],
"depNameTemplate": "https://github.com/asciimoo/morty.git", "depNameTemplate": "https://github.com/asciimoo/morty.git",
"currentValueTemplate": null,
"versioningTemplate": "git", "versioningTemplate": "git",
"datasourceTemplate": "git-refs" "datasourceTemplate": "git-refs"
}, },