Compare commits

..

1 Commits

Author SHA1 Message Date
cbe02fa93c Update ghcr.io/renovatebot/renovate Docker tag to v39.238.2 2025-04-12 00:02:17 +00:00
2 changed files with 6 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ name: renovate
on:
schedule:
- cron: "0 */8 * * *"
- cron: "@daily"
push:
branches:
- main
@@ -13,12 +13,11 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.62.1
container: ghcr.io/renovatebot/renovate:39.238.2
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

View File

@@ -1,17 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"labels": ["renovate"],
"assignees": ["Akumatic"],
"configMigration": true,
"automergeType": "branch",
"packageRules": [
{
"matchPackageNames": "ghcr.io/renovatebot/renovate",
"automerge": true,
"ignoreTests": true
"automerge": true
}
]
}