1 Commits

Author SHA1 Message Date
8980cfcba5 Add renovate.json 2026-02-21 13:45:43 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -21,4 +21,3 @@ jobs:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}