1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 15:45:08 +01:00

renovate: remove old c/{common, image, storage} config

We no longer use these repos so we can drop this config.

In the meantime I added this for the new location in the global config.
b49c089e5f

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-12-11 12:21:36 +01:00
parent f7162828df
commit b53159d0f2

View File

@@ -42,17 +42,5 @@ and/or use the pre-commit hook: https://github.com/renovatebot/pre-commit-hooks
"schedule": "before 11am",
"matchPackageNames": ["github.com/containers{/,}**"]
},
// Updates for c/common, c/image, and c/storage should be grouped into a single PR.
{
"matchCategories": ["golang"],
"groupName": "common, image, and storage deps",
"schedule": "before 11am",
"matchPackageNames": [
"/^github.com/containers/common/",
"/^github.com/containers/image/",
"/^github.com/containers/storage/"
]
}
],
}