diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 02:28:25 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 02:28:25 +0300 |
commit | da49ba84baad73473b3d1f53c3a9853208fc8af1 (patch) | |
tree | 950a5d811f00d2bf30349fa5ebe325657d1900c2 | |
parent | a1895c8bc8e89724e48d8853d97aa3f25e586f54 (diff) | |
download | popov.link-da49ba84baad73473b3d1f53c3a9853208fc8af1.tar.xz popov.link-da49ba84baad73473b3d1f53c3a9853208fc8af1.zip |
Added debug log level to Renovate workflow for improved troubleshooting.
-rw-r--r-- | .gitea/workflows/renovate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index ceab89e..23c8b62 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -14,3 +14,4 @@ jobs: RENOVATE_CONFIG_FILE: renovate.config.cjs RENOVATE_REPOSITORIES: ${{ gitea.repository }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + LOG_LEVEL: debug |