Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
389fcc4e8f chore(deps): update https://gitea.com/actions/checkout action to v5
Some checks failed
renovate config check / renovate-config-validator (pull_request) Failing after 16s
2025-08-15 10:27:28 +00:00
3 changed files with 4 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ on:
jobs:
renovate-config-validator:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.93.0
container: ghcr.io/renovatebot/renovate:41.71.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v5

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.93.0
container: ghcr.io/renovatebot/renovate:41.71.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v5

View File

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