Update Renovate configuration to enable 'githubTokenWarn' and set 'ignoreScripts' to false, enhancing security and improving script execution during dependency updates.
All checks were successful
CI / test (push) Successful in 15s
RenovateBot / renovate (push) Successful in 19s

This commit is contained in:
Valentin Popov 2025-05-23 11:43:17 +00:00
parent 24c710bd41
commit 1d79bd154b
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
3 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,4 @@ jobs:
RENOVATE_CONFIG_FILE: renovate.config.cjs
RENOVATE_REPOSITORIES: ${{ gitea.repository }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
LOG_LEVEL: debug

View File

@ -2,5 +2,6 @@ module.exports = {
endpoint: "https://code.popov.link",
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
optimizeForDisabled: true,
githubTokenWarn: true,
platform: "gitea",
};

View File

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