Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"matchCurrentValue": "copr",
"enabled": false
},
{
"description": "fedora major bumps only take effect when the rpm/copr images are rebuilt at release time, so a broken base image surfaces mid-release rather than in PR CI (see the fedora 40 rollback in 8184bc9). Bump manually against the release path; digest updates stay enabled.",
"matchPackageNames": ["fedora"],
"matchManagers": ["dockerfile"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchPackageNames": ["taiki-e/install-action"],
"matchManagers": ["github-actions"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
bump-alpine:
runs-on: ubuntu-latest
container: ghcr.io/jdx/mise:alpine@sha256:1a4fe933142e4cfb2fa7843bbae9b2f10290ccab1a58e260d947ab41da359f40
container: ghcr.io/jdx/mise:alpine@sha256:a826df7e06cb73e66107f1a65c1da7c512f532430c6067e90b7633b8c39e893e
timeout-minutes: 60
if: |
(github.event_name == 'release' &&
Expand Down
90 changes: 45 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading