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.
 
 

28 righe
759 B

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