feat: add Renovate Bot configuration (#216)
Adds renovate.json to enable automated dependency updates for pub (pubspec.yaml), Dockerfile, and Forgejo Actions workflows. The github-actions manager fileMatch is extended to cover .forgejo/workflows/ in addition to the default .github/ path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
bb475a2350
commit
07ac73dcb2
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"labels": ["dependencies"],
|
||||
"github-actions": {
|
||||
"fileMatch": ["^\\.forgejo/workflows/[^/]+\\.ya?ml$"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user