Compare commits

...

6 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
e010dcf657 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
renovate / renovate (push) Successful in 12s
Reviewed-on: #1
2025-12-29 16:08:11 +01:00
cc4f3568e9 Add renovate.json 2025-12-29 15:01:13 +00:00
3 changed files with 8 additions and 6 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,
}; };

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": [
"config:recommended",
":disableDependencyDashboard"
]
}