Skip to content

Commit

Permalink
ci: Update renovate regexp man for unoserver
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola authored Nov 12, 2024
1 parent c561ca7 commit 72f3b1d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"# renovate: pypi: unoserver\\nARG VERSION_UNOSERVER=(?<currentValue>.*)"
"# renovate: pypi: unoserver.*\\sARG VERSION_UNOSERVER=(?<currentValue>.*)"
],
"datasourceTemplate": "pypi",
"depNameTemplate": "unoserver",
"versioningTemplate": "pep440"
"versioningTemplate": "pep440",
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "branch",
"major": {
"automerge": false
}
}
]
}

0 comments on commit 72f3b1d

Please sign in to comment.