Skip to content

Commit

Permalink
Merge pull request #149 from Luap99/renovate2
Browse files Browse the repository at this point in the history
renovate: disable rollbackPrs
  • Loading branch information
Luap99 authored Jul 12, 2023
2 parents ac96839 + 0e134f9 commit 6dc87f5
Showing 1 changed file with 0 additions and 11 deletions.
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

0 comments on commit 6dc87f5

Please sign in to comment.