migrated to actions

This commit is contained in:
Samuel Philipp 2023-09-29 18:13:39 +02:00
parent e163b63599
commit 5f4429946e
3 changed files with 38 additions and 36 deletions

View file

@ -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",