add renovate config - #29
Merged
Merged
Conversation
1 to 1 copy from https://github.com/containers/automation, changes follow in next commits. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
And also link to the actual dashboard. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
renovate still understands the old way but when run against the validator it will throw a warning. https://docs.renovatebot.com/configuration-options/#managerfilepatterns Signed-off-by: Paul Holzinger <pholzing@redhat.com>
To ensure changes use valid syntax. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
The other repos will consume this file and use it to update the automation VM or container images. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Member
Author
Member
Author
|
Podman PR which will make it use the new config here |
Contributor
|
LGTM |
Luap99
added a commit
to Luap99/libpod
that referenced
this pull request
Jul 7, 2026
We have a new config in the automation repo under podman-container-tools, see podman-container-tools/automation#29 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
| { | ||
| "customType": "regex", | ||
| "managerFilePatterns": [ | ||
| "/^.github/workflows/*.yml$/" |
Member
There was a problem hiding this comment.
@Luap99 have we tested this? doesn't look like this matches .github/workflows/lima.yml; we can simply drop the regex, and use glob pattern if it is indeed broken.
Suggested change
| "/^.github/workflows/*.yml$/" | |
| ".github/workflows/*.yml" |
danishprakash
pushed a commit
to podman-container-tools/podman
that referenced
this pull request
Jul 10, 2026
Put the variable in the workflow file like the renovate config expects, see podman-container-tools/automation#29 To ensure the local runs keep working we need a fall back to parse the file manually. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This was referenced Jul 14, 2026
Luap99
added a commit
to Luap99/skopeo
that referenced
this pull request
Jul 14, 2026
Put the variable in the workflow file like the renovate config expects, see podman-container-tools/automation#29 Now using ${{ env.AUTOMATION_RELEASE }} inside the container image name would have been way to simple and obvious so GitHub decided that this does not work and the work around for that seems to be run another job and convert the value into an output... Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Luap99
added a commit
to Luap99/skopeo
that referenced
this pull request
Jul 14, 2026
Put the variable in the workflow file like the renovate config expects, see podman-container-tools/automation#29 Now using ${{ env.AUTOMATION_RELEASE }} inside the container image name would have been way to simple and obvious so GitHub decided that this does not work and the work around for that seems to be run another job and convert the value into an output... Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Luap99
added a commit
to Luap99/container-libs
that referenced
this pull request
Jul 15, 2026
We have a new config in the automation repo under podman-container-tools, see podman-container-tools/automation#29 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Luap99
added a commit
to Luap99/skopeo
that referenced
this pull request
Jul 15, 2026
We have a new config in the automation repo under podman-container-tools, see podman-container-tools/automation#29 Fixes: podman-container-tools#2912 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Luap99
added a commit
to Luap99/container-libs
that referenced
this pull request
Jul 16, 2026
Put the variable in the workflow file like the renovate config expects, see podman-container-tools/automation#29 To ensure the local runs keep working we need a fall back to parse the file manually. Same as the podman change for this which is known to work: podman-container-tools/podman@8e74c1e podman-container-tools/podman#29186 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Luap99
added a commit
to Luap99/container-libs
that referenced
this pull request
Jul 16, 2026
We have a new config in the automation repo under podman-container-tools, see podman-container-tools/automation#29 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Luap99
added a commit
to Luap99/buildah
that referenced
this pull request
Jul 16, 2026
Put the variable in the workflow file like the renovate config expects, see podman-container-tools/automation#29 To ensure the local runs keep working we need a fall back to parse the file manually. Same as the podman change for this which is known to work: podman-container-tools/podman@8e74c1e podman-container-tools/podman#29186 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Luap99
added a commit
to Luap99/buildah
that referenced
this pull request
Jul 16, 2026
We have a new config in the automation repo under podman-container-tools, see podman-container-tools/automation#29 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Luap99
added a commit
to Luap99/container-libs
that referenced
this pull request
Jul 22, 2026
Put the variable in the workflow file like the renovate config expects, see podman-container-tools/automation#29 To ensure the local runs keep working we need a fall back to parse the file manually. Same as the podman change for this which is known to work: podman-container-tools/podman@8e74c1e podman-container-tools/podman#29186 Signed-off-by: Paul Holzinger <pholzing@redhat.com> (cherry picked from commit 41b2d87) Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move the old automation renovate configs here and update it to handle the new automation repo release updates.
see commits