fix: workflow file names in renovate.json

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-13 15:44:02 +02:00
parent baf1f53c55
commit c18102f307

View file

@ -81,8 +81,8 @@
"regexManagers": [
{
"fileMatch": [
".github/workflows/deploy-main.yml$",
".github/workflows/deploy-pr.yml$"
".github/workflows/frontend-netlify-deploy-main.yml$",
".github/workflows/frontend-netlify-deploy-pr.yml$"
],
"matchStrings": [
"NETLIFY_VERSION=(?<currentValue>.*?)\\n"