Compare commits

...

4 Commits

Author SHA1 Message Date
e94c36ef0e Update renovate.json
All checks were successful
renovate / renovate (push) Successful in 3m3s
2025-12-29 16:16:11 +01:00
7eb4f878be Update renovate.json
All checks were successful
renovate / renovate (push) Successful in 11s
2025-12-29 16:13:42 +01:00
3d86491984 Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 10s
2025-12-29 16:12:31 +01:00
33d002a43d Update config.js
All checks were successful
renovate / renovate (push) Successful in 10s
2025-12-29 16:11:44 +01:00
3 changed files with 5 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone) schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
- cron: "0 12 * * *" - cron: "@daily"
push: # runs this workflow when pushes to the main branch are made push: # runs this workflow when pushes to the main branch are made
branches: branches:
- main - main

View File

@@ -3,10 +3,6 @@ module.exports = {
endpoint: 'https://gitea.crescentec.ch/api/v1', endpoint: 'https://gitea.crescentec.ch/api/v1',
gitAuthor: "Renovate Bot <renovate_bot@email.com>", gitAuthor: "Renovate Bot <renovate_bot@email.com>",
autodiscover: true, autodiscover: true,
onboardingConfig: { onboardingConfigFileName: "renovate.json",
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended'],
},
optimizeForDisabled: true, optimizeForDisabled: true,
persistRepoData: true,
}; };

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "config:recommended",
":disableDependencyDashboard"
] ]
} }