migrated to actions
This commit is contained in:
parent
e163b63599
commit
5f4429946e
3 changed files with 38 additions and 36 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [
|
||||
"samuel-p"
|
||||
],
|
||||
|
@ -11,11 +12,11 @@
|
|||
{
|
||||
"fileMatch": [
|
||||
"^Dockerfile$",
|
||||
"^.woodpecker.yml$"
|
||||
".forgejo/workflows/docker.yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+ENV\\s*COTURN_VERSION=\"(?<currentValue>.*?)\"\\s+",
|
||||
"\\s+repo:\\s*\\S*\\/coturn\\s+tags:[-\\s]+(?<currentValue>.*?)\\s+"
|
||||
"coturn:(?<currentValue>[v.0-9]+)"
|
||||
],
|
||||
"versioningTemplate": "loose",
|
||||
"depNameTemplate": "coturn/coturn",
|
||||
|
|
Reference in a new issue