update renovate config

This commit is contained in:
Luca Bilke 2024-05-18 23:49:55 +02:00
parent 877e9f952c
commit 28238737c8
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
3 changed files with 9 additions and 9 deletions

View File

@ -2,20 +2,19 @@ name: Renovate
on:
schedule:
- cron: '0 */8 * * *'
- cron: "0 * * * *"
jobs:
renovate:
runs-on: docker
container: renovate/renovate@sha256:41d577babe0af3f75c1f0784b13fcf3a6850515622b584526f574c23e21366cb
container: renovate/renovate@sha256:c452bbcc209e1d387568e3effa67361ecd6cbafb981d643297f3f66170cfe20e
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_NOPRIV_TOKEN }}
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.JOHNNY5_GPG_PRIVKEY }}
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: ${{ github.server_url }}
RENOVATE_GIT_AUTHOR: 'Johnny5 <bot@snaile.de>'
LOG_LEVEL: debug
RENOVATE_GIT_AUTHOR: "Johnny5 <bot@snaile.de>"
steps:
- uses: https://code.forgejo.org/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

View File

@ -1,5 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"enabledManagers": ["github-actions"]
}

6
renovate.json Normal file
View File

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