diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 14:43:17 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 14:43:17 +0300 |
commit | 1d79bd154b98eae731e537e58d463b04a2b5b12e (patch) | |
tree | 5642a79055cef6a77eabac04fda34ceb2ed235ec | |
parent | 24c710bd41c31bf6ad9c9d5357b6f3bf1bc097ae (diff) | |
download | popov.link-1d79bd154b98eae731e537e58d463b04a2b5b12e.tar.xz popov.link-1d79bd154b98eae731e537e58d463b04a2b5b12e.zip |
Update Renovate configuration to enable 'githubTokenWarn' and set 'ignoreScripts' to false, enhancing security and improving script execution during dependency updates.
-rw-r--r-- | .gitea/workflows/renovate.yml | 1 | ||||
-rw-r--r-- | renovate.config.cjs | 1 | ||||
-rw-r--r-- | renovate.json | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 1e87ce3..2d6bc46 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -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 diff --git a/renovate.config.cjs b/renovate.config.cjs index 44bc458..367ff4b 100644 --- a/renovate.config.cjs +++ b/renovate.config.cjs @@ -2,5 +2,6 @@ module.exports = { endpoint: "https://code.popov.link", gitAuthor: "RenovateBot <renovatebot@noreply.localhost>", optimizeForDisabled: true, + githubTokenWarn: true, platform: "gitea", }; diff --git a/renovate.json b/renovate.json index 8140493..cbe369e 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ "rangeStrategy": "bump", "npm": { "enabled": true, - "ignoreScripts": true, + "ignoreScripts": false, "skipInstalls": false }, "packageRules": [ |