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

View File

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