renovate.json5 506 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  3. "extends": [
  4. "config:recommended",
  5. ":gitSignOff"
  6. ],
  7. "timezone": "Europe/Berlin",
  8. "labels": [
  9. "dependencies",
  10. "3. to review"
  11. ],
  12. "packageRules": [
  13. {
  14. "matchPackageNames": ["com.fasterxml.jackson.core:jackson-core", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"],
  15. "automerge": false,
  16. "enabled": false
  17. }
  18. ],
  19. }