Disable renovate check for disabled workflow

This commit is contained in:
Stanislas Lange
2025-12-10 18:14:57 +01:00
parent 2f24d2aec7
commit a6154c2653
2 changed files with 2 additions and 3 deletions

View File

@@ -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=\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
],
"matchStrings": ["readonly\\s+EASYRSA_VERSION=\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""],
"depNameTemplate": "OpenVPN/easy-rsa",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>.*)$"