1 Commits

Author SHA1 Message Date
Renovate Bot
b9abf9c81d chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.91.0
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 1m4s
2025-08-30 07:13:43 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ on:
jobs:
renovate-config-validator:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.92.1
container: ghcr.io/renovatebot/renovate:41.91.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v5
uses: https://gitea.com/actions/checkout@v4
- name: Config check
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS

View File

@@ -10,10 +10,10 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.92.1
container: ghcr.io/renovatebot/renovate:41.91.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v5
uses: https://gitea.com/actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js"

View File

@@ -6,8 +6,8 @@
"semanticCommits": "enabled",
"automerge": false,
"labels": [
"Dependencies",
"Dependencies/Renovate"
"dependencies",
"renovate"
],
"nix": {
"enabled": true