renovate: point config to new repo

We have a new config in the automation repo under
podman-container-tools, see
https://github.com/podman-container-tools/automation/pull/29

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger 2026-07-07 14:39:02 +02:00
parent 8e74c1efd8
commit e8b835dad1
No known key found for this signature in database
GPG key ID: EB145DD938A3CAF2

View file

@ -19,8 +19,8 @@ and/or use the pre-commit hook: https://github.com/renovatebot/pre-commit-hooks
// Reuse predefined sets of configuration options to DRY
"extends": [
// https://github.com/containers/automation/blob/main/renovate/defaults.json5
"github>containers/automation//renovate/defaults.json5"
// https://github.com/podman-container-tools/automation/blob/main/renovate/defaults.json5
"github>podman-container-tools/automation//renovate/defaults.json5"
],
/*************************************************