Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

24 righe
668 B

  1. {
  2. "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  3. "extends": [
  4. "config:base"
  5. ],
  6. "regexManagers": [
  7. {
  8. "fileMatch": ["defaults/main.yml$"],
  9. "matchStrings": [
  10. "# 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"
  11. ]
  12. }
  13. ],
  14. "packageRules": [
  15. {
  16. "matchSourceUrlPrefixes": [
  17. "https://github.com/devture/com.devture.ansible.role",
  18. "https://github.com/mother-of-all-self-hosting"
  19. ],
  20. "ignoreUnstable": false
  21. }
  22. ]
  23. }