fix(renovate): streamline configuration and enhance package grouping (#681)

* fix(renovate): streamline configuration and enhance package grouping

* fix(renovate): clarify description for package rules in configuration
This commit is contained in:
Shintaro Jokagi 2025-06-18 17:46:11 +12:00 committed by GitHub
parent 6b7458c30e
commit c65294b834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 59 additions and 61 deletions

View file

@ -23,6 +23,14 @@ env:
jobs:
renovate:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
security-events: read
actions: read
checks: read
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v4