Explorar el Código
Merge pull request #3009 from meenzen/improved-renovate-config
feat: allow renovate to update ansible dependencies
pull/3010/head
Slavi Pantaleev
hace 2 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
10 adiciones y
0 borrados
-
.github/renovate.json
|
|
|
@@ -10,5 +10,15 @@ |
|
|
|
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s" |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"packageRules": [ |
|
|
|
{ |
|
|
|
"matchSourceUrlPrefixes": [ |
|
|
|
"https://github.com/devture/com.devture.ansible.role", |
|
|
|
"https://gitlab.com/etke.cc/roles", |
|
|
|
"https://github.com/mother-of-all-self-hosting" |
|
|
|
], |
|
|
|
"ignoreUnstable": false |
|
|
|
} |
|
|
|
] |
|
|
|
} |