Skip to content
Merged
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
8 changes: 2 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// This tells Renovate to combine all updates in one PR so that we have fewer PRs to deal with.
"group:all",
],
// Don't apply dependency cooldown because via MintMaker we take only Red Hat dependencies.
"minimumReleaseAge": null,
// The number of PRs that can be open against the repo.
"prConcurrentLimit": 20,
// `null` means the branch limit should be the same as PR limit.
Expand Down Expand Up @@ -57,12 +59,6 @@
// to have less PR noise.
"**/*konflux*.Dockerfile",
],
"postUpgradeTasks": {
"commands": [
// Refresh the rpm lockfile after updating image references in the dockerfile.
"rpm-lockfile-prototype rpms.in.yaml",
],
},
},
// Turns on automerge for the RPM updates coming with CVE fixes.
// https://konflux-ci.dev/docs/mintmaker/rpm-lockfile/#how-to-enable-automerge-for-rpm-security-updates
Expand Down
Loading