chore(renovate): fix schema warning (prPriority) #16

Merged
JonKazama-Hellion merged 1 commits from chore/renovate-config-schema-fix into main 2026-05-11 22:25:23 +00:00
Collaborator

Was und warum

Renovate meldet in jedem Run fuer dieses Repo die Config-Warnung:

"prPriority" can't be used in "vulnerabilityAlerts". Allowed objects: packageRules.

prPriority ist laut Renovate-Schema nur in packageRules erlaubt. In vulnerabilityAlerts wurde es stillschweigend ignoriert (No-Op).

Fix: ersatzlos streichen. Renovate priorisiert Vulnerability-PRs sowieso schon per Default (immediate creation, eigener Branch-Topic, kein Schedule).

Nach Merge

  • systemctl start renovate.service auf Strato
  • Config-Warnung sollte aus dem Dependency Dashboard verschwinden
## Was und warum Renovate meldet in jedem Run fuer dieses Repo die Config-Warnung: > "prPriority" can't be used in "vulnerabilityAlerts". Allowed objects: packageRules. `prPriority` ist laut Renovate-Schema nur in `packageRules` erlaubt. In `vulnerabilityAlerts` wurde es stillschweigend ignoriert (No-Op). **Fix:** ersatzlos streichen. Renovate priorisiert Vulnerability-PRs sowieso schon per Default (immediate creation, eigener Branch-Topic, kein Schedule). ## Nach Merge - [ ] `systemctl start renovate.service` auf Strato - [ ] Config-Warnung sollte aus dem Dependency Dashboard verschwinden
renovate-bot added 1 commit 2026-05-11 22:16:50 +00:00
chore(renovate): fix schema (prPriority placement)
Security / scan (pull_request) Successful in 16s
747e0e1574
Moves prPriority out of vulnerabilityAlerts (only allowed in packageRules per schema).
Fixes the recurring 'Found renovate config warnings' issue.
renovate-bot added 1 commit 2026-05-11 22:16:51 +00:00
chore(renovate): fix schema (prPriority placement)
Security / scan (pull_request) Successful in 16s
747e0e1574
Moves prPriority out of vulnerabilityAlerts (only allowed in packageRules per schema).
Fixes the recurring 'Found renovate config warnings' issue.
JonKazama-Hellion merged commit 3f714d6f38 into main 2026-05-11 22:25:23 +00:00
Sign in to join this conversation.