Skip to content

Commit 4e61720

Browse files
authored
Add renovate.json for centralized dependency management (#6)
Enable Renovate dependency updates by inheriting the shared config from bootc-dev/infra. See docs/SOP-new-repository.md in that repo for details. Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 543e06b commit 4e61720

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>bootc-dev/infra:renovate-shared-config.json"
5+
]
6+
}

0 commit comments

Comments
 (0)