Skip to content

Commit

Permalink
ci: Add renovate regexp manager for pypi unoserver
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola authored Nov 12, 2024
1 parent f7500d6 commit 7d552f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"# renovate: pypi: unoserver\\nARG VERSION_UNOSERVER=(?<currentValue>.*)"
],
"datasourceTemplate": "pypi",
"depNameTemplate": "unoserver",
"versioningTemplate": "pep440"
}
]
}

0 comments on commit 7d552f9

Please sign in to comment.