Compare commits

..

3 Commits

Author SHA1 Message Date
renovate-bot 71225308d3 chore(deps): update softprops/action-gh-release action to v3
Security / scan (pull_request) Failing after 2s
2026-05-12 00:34:29 +00:00
JonKazama-Hellion a5958d47a4 Merge pull request 'chore(renovate): fix schema warning (prPriority)' (#10) from chore/renovate-config-schema-fix into master
Security / scan (push) Failing after 6s
Reviewed-on: #10
2026-05-12 00:14:52 +00:00
renovate-bot 99c61cf7e3 chore(renovate): fix schema (prPriority placement)
Security / scan (pull_request) Successful in 15s
Moves prPriority out of vulnerabilityAlerts (only allowed in packageRules per schema).
Fixes the recurring 'Found renovate config warnings' issue.
2026-05-11 22:17:59 +00:00
+1 -2
View File
@@ -44,8 +44,7 @@
],
"vulnerabilityAlerts": {
"labels": ["security", "vulnerability"],
"schedule": ["at any time"],
"prPriority": 10
"schedule": ["at any time"]
},
"lockFileMaintenance": {
"enabled": true,