mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
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:
parent
6b7458c30e
commit
c65294b834
2 changed files with 59 additions and 61 deletions
8
.github/workflows/renovate.yml
vendored
8
.github/workflows/renovate.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue