Merge branch 'main' into renovate/configure

This commit is contained in:
vbrandl 2024-04-17 18:26:14 +02:00
commit 86d59f1de4
2 changed files with 2 additions and 0 deletions

View File

@ -17,5 +17,6 @@ jobs:
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js"
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

View File

@ -5,4 +5,5 @@ module.exports = {
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
"automerge": false,
};