summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-04-16renovate: stop rebasing PRs automaticallyPaul Holzinger
This is not really helpful, as it makes it impossible to merge many PRs in a row. The risk of conflicts is rather low IMO so we should not require this by default. We can still rebase manually via the button if needed. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-03-28Disable Dependabot in favor of RenovateChris Evich
Fixes: #587 Signed-off-by: Chris Evich <cevich@redhat.com>
2023-01-25Add renovate.json5renovate[bot]
Signed-off-by: Chris Evich <cevich@redhat.com>
2022-12-06[skip-ci] GHA/Cirrus-cron: Fix execution orderChris Evich
Fairly universally, the last Cirrus-Cron job is set to fire off at 22:22 UTC. However, the re-run of failed jobs GHA workflow was scheduled for 22:05, meaning it will never re-run the last cirrus-cron job should it fail. Re-arrange the execution order so as to give plenty of time between the last cirrus-cron job starting, the auto-re-run attempt, and the final failure-check e-mail. Signed-off-by: Chris Evich <cevich@redhat.com>
2022-11-15GHA: Add cirrus-cron rerun jobChris Evich
Also update the regular cirrus-cron checking job to reuse the podman workflow instead of buildah. Signed-off-by: Chris Evich <cevich@redhat.com>
2022-07-12GHA: Add Cirrus-cron failure notificationsChris Evich
Requires: https://github.com/containers/buildah/pull/4088 This re-uses the buildah-workflow to send e-mail to podman-monitor if any Cirrus-cron job failed, or the workflow itself fails. Signed-off-by: Chris Evich <cevich@redhat.com>
2021-10-06Enable dependabotLokesh Mandvekar
Fixes: #15 Copied Podman's dependabot config with changes for rust. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>