mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-16 08:57:03 +01:00
Disable renovate check for disabled workflow
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
|
"ignorePaths": [".github/workflows/do-test.yml"],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"managerFilePatterns": ["/^openvpn-install\\.sh$/"],
|
"managerFilePatterns": ["/^openvpn-install\\.sh$/"],
|
||||||
"matchStrings": [
|
"matchStrings": ["readonly\\s+EASYRSA_VERSION=\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""],
|
||||||
"readonly\\s+EASYRSA_VERSION=\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
|
|
||||||
],
|
|
||||||
"depNameTemplate": "OpenVPN/easy-rsa",
|
"depNameTemplate": "OpenVPN/easy-rsa",
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
"extractVersionTemplate": "^v(?<version>.*)$"
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||||
|
|||||||
Reference in New Issue
Block a user