Added pinDigest and removed debug log level (#24)
All checks were successful
Run Renovate / renovate (push) Successful in 9m47s

Reviewed-on: #24
Co-authored-by: kovagoadi <kovagoadi@gmail.com>
Co-committed-by: kovagoadi <kovagoadi@gmail.com>
This commit is contained in:
2025-11-13 21:07:55 +01:00
committed by kovagoadi
parent 95aa5574d1
commit 4a0704242e
3 changed files with 2 additions and 3 deletions

View File

@@ -29,6 +29,5 @@ jobs:
# logLevel: debug
env:
RENOVATE_CONFIG_FILE: "/workspace/kovagoadi.hu/Renovate/renovate-config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}

View File

@@ -6,6 +6,5 @@ module.exports = {
pinDigests: true,
},
autodiscover: true,
log_level: 'debug'
};

View File

@@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"pinDigests": true
}