Update Renovate configuration to enable 'ignoreScripts' for npm and improve workflow step naming for clarity during dependency updates.
This commit is contained in:
parent
cf5901f8c1
commit
27caca159e
@ -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
|
||||
|
@ -5,7 +5,7 @@
|
||||
"rangeStrategy": "bump",
|
||||
"npm": {
|
||||
"enabled": true,
|
||||
"ignoreScripts": false,
|
||||
"ignoreScripts": true,
|
||||
"skipInstalls": false
|
||||
},
|
||||
"packageRules": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user