Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renovate: disable rollbackPrs #149

Merged
merged 1 commit into from
Jul 12, 2023
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
11 changes: 0 additions & 11 deletions renovate/defaults.json5
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,6 @@ Validate this file before commiting with (from repository root):
"allowedVersions": "!/v((1.0.0)|(1.0.1))$/"
},

// Workaround: rollbackPRs are not compatible with digest updates.
// This is a catch-the-rest rule which must appear AFTER the go
// "digest" rule (above).
// Ref: https://github.com/renovatebot/renovate/discussions/18250
{
"matchCategories": ["golang"],
// Open rollback PR if updated dep. is removed (i.e. tag pulled
// due to major bug or security issue).
"rollbackPrs": true,
},

// Github-action updates cannot consistently be tested in a PR.
// This is caused by an unfixable architecture-flaw: Execution
// context always depends on trigger, and we (obvious) can't know
Expand Down