Update Renovate configuration to enable 'ignoreScripts' for npm and improve workflow step naming for clarity during dependency updates.
All checks were successful
CI / test (push) Successful in 15s
RenovateBot / renovate (push) Successful in 27s

This commit is contained in:
Valentin Popov 2025-05-23 11:57:15 +00:00
parent cf5901f8c1
commit 27caca159e
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 5 additions and 4 deletions

View File

@ -10,10 +10,11 @@ jobs:
container: ghcr.io/renovatebot/renovate:40-full
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: renovate
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Renovate updates
run: renovate
env:
RENOVATE_CONFIG_FILE: renovate.config.cjs
RENOVATE_REPOSITORIES: ${{ gitea.repository }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
LOG_LEVEL: debug

View File

@ -5,7 +5,7 @@
"rangeStrategy": "bump",
"npm": {
"enabled": true,
"ignoreScripts": false,
"ignoreScripts": true,
"skipInstalls": false
},
"packageRules": [