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
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
cat checksums-sha256.txt cat checksums-sha256.txt
- name: Create GitHub Release - name: Create GitHub Release
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
with: with:
name: "Hellion NewTab ${{ steps.version.outputs.tag }}" name: "Hellion NewTab ${{ steps.version.outputs.tag }}"
body: | body: |
+1 -2
View File
@@ -44,8 +44,7 @@
], ],
"vulnerabilityAlerts": { "vulnerabilityAlerts": {
"labels": ["security", "vulnerability"], "labels": ["security", "vulnerability"],
"schedule": ["at any time"], "schedule": ["at any time"]
"prPriority": 10
}, },
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,