add another sample file
This commit is contained in:
parent
f10e8ba5f7
commit
f0318914ff
2 changed files with 2 additions and 1 deletions
1
Containerfile
Normal file
1
Containerfile
Normal file
|
@ -0,0 +1 @@
|
|||
FROM hello-world:nanoserver-1709
|
|
@ -2,7 +2,7 @@
|
|||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"ansible-test.yml"
|
||||
"ansible-test.yml", "Containerfile"
|
||||
],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>.*?) (versioning=(?<versioning>.*?))\n.*_image: (?<depName>.*?):(?<currentValue>.*?)$"
|
||||
|
|
Loading…
Reference in a new issue