Skip to content

Commit

Permalink
Update renovate.json (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
truestory1 authored Dec 16, 2024
1 parent 49ee797 commit 29663cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"(^|/|\\.)molecule[^/]*$"
],
"matchStrings": [
"#\\s*renovate:\\s*(datasource=(?<datasource>.*?) )?depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s*.*?_VERSION=(?<currentValue>.*)"
"#\\s*renovate:\\s*(datasource=(?<datasource>.*?) )?depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s*.*?_VERSION=(?<currentValue>.*)",
"#\\s*renovate:\\s*(datasource=(?<datasource>.*?) )?depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s*.*?_image: (?<currentValue>.*)"
],
"datasourceTemplate": "docker"
},
Expand Down

0 comments on commit 29663cb

Please sign in to comment.