0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-07 02:45:44 +02:00

Replace dependabot with renovate for GitHub Actions updates

Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-03-31 12:06:53 +02:00
parent 6ca5573718
commit b1a751082a
2 changed files with 8 additions and 10 deletions

View File

@ -1,10 +0,0 @@
version: 2
updates:
- package-ecosystem: github-actions
labels: [modifies/dependencies]
directory: /
schedule:
interval: daily
cooldown:
default-days: 5

8
renovate.json Normal file
View File

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["github-actions"],
"labels": ["modifies/dependencies"],
"schedule": ["before 6am"],
"minimumReleaseAge": "5 days"
}