Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

37 líneas
889 B

  1. {
  2. "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  3. "extends": [
  4. "config:recommended"
  5. ],
  6. "labels": [
  7. "dependencies"
  8. ],
  9. "customManagers": [
  10. {
  11. "customType": "regex",
  12. "managerFilePatterns": [
  13. "/defaults/main.yml$/"
  14. ],
  15. "matchStrings": [
  16. "# 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"
  17. ]
  18. }
  19. ],
  20. "packageRules": [
  21. {
  22. "ignoreUnstable": false,
  23. "versioning": "loose",
  24. "matchSourceUrls": [
  25. "https://github.com/devture/com.devture.ansible.role{/,}**",
  26. "https://github.com/mother-of-all-self-hosting{/,}**"
  27. ]
  28. }
  29. ],
  30. "ignoreDeps": [
  31. "ghcr.io/matrixgpt/matrix-chatgpt-bot"
  32. ],
  33. "pre-commit": {
  34. "enabled": true
  35. }
  36. }