1 Commits

Author SHA1 Message Date
Renovate Bot
c40cfaaf43 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v40.62.1
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 1m4s
2025-06-20 07:05:36 +00:00
3 changed files with 6 additions and 14 deletions

View File

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

View File

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

View File

@@ -1,22 +1,14 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:recommended"],
"config:recommended"
],
"semanticCommits": "enabled", "semanticCommits": "enabled",
"automerge": false, "automerge": false,
"labels": [
"Dependencies",
"Dependencies/Renovate"
],
"nix": { "nix": {
"enabled": true "enabled": true
}, },
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"extends": [ "extends": ["schedule:daily"]
"schedule:daily"
]
}, },
"osvVulnerabilityAlerts": true, "osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": { "vulnerabilityAlerts": {