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(?.*)$"