From a6154c2653afd8e2fab21615ca0664ff80be8f78 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Wed, 10 Dec 2025 18:14:57 +0100 Subject: [PATCH] Disable renovate check for disabled workflow --- .github/workflows/{test.yml => do-test.yml} | 0 renovate.json | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{test.yml => do-test.yml} (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/do-test.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/do-test.yml diff --git a/renovate.json b/renovate.json index faa4ab7..7988e9c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], + "ignorePaths": [".github/workflows/do-test.yml"], "customManagers": [ { "customType": "regex", "managerFilePatterns": ["/^openvpn-install\\.sh$/"], - "matchStrings": [ - "readonly\\s+EASYRSA_VERSION=\"(?\\d+\\.\\d+\\.\\d+)\"" - ], + "matchStrings": ["readonly\\s+EASYRSA_VERSION=\"(?\\d+\\.\\d+\\.\\d+)\""], "depNameTemplate": "OpenVPN/easy-rsa", "datasourceTemplate": "github-releases", "extractVersionTemplate": "^v(?.*)$"