Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
812 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. "fileMatch": [
  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. "matchSourceUrls": [
  24. "https://github.com/devture/com.devture.ansible.role{/,}**",
  25. "https://github.com/mother-of-all-self-hosting{/,}**"
  26. ]
  27. }
  28. ],
  29. "ignoreDeps": [
  30. "ghcr.io/matrixgpt/matrix-chatgpt-bot"
  31. ]
  32. }