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:
parent
6ca5573718
commit
b1a751082a
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -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
8
renovate.json
Normal 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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user