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 /.gitea/workflows/renovate.yml | |
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.
Diffstat (limited to '.gitea/workflows/renovate.yml')
-rw-r--r-- | .gitea/workflows/renovate.yml | 1 |
1 files changed, 0 insertions, 1 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 |