Skip to content

Commit

Permalink
chore: allow Renovate to create new config warning issues (#3662)
Browse files Browse the repository at this point in the history
# Summary

- Set `configWarningReuseIssue` to `false`.

Old behavior: Renovate re-opens a old config warning issue.

New behavior: Renovate creates a new config warning issue.

Read the [Renovate docs, `configWarningReuseIssue` config
option](https://docs.renovatebot.com/configuration-options/#configwarningreuseissue)
to learn more.

## More context

@ianlewis mentioned they want Renovate to create a _new issue_ instead
of _re-opening_ an old one:

-
#3635 (comment)

Here's an example of a Renovate config warning issue that was re-opened
by Renovate recently:

- #404

## Testing Process

- Manually reviewed configuration change

## Checklist

- [x] Review the contributing
[guidelines](https://github.com/slsa-framework/slsa-github-generator/blob/main/CONTRIBUTING.md)
- [x] Add a reference to related issues in the PR description.
- [ ] Update documentation if applicable.
- [ ] Add unit tests if applicable.
- [ ] Add changes to the
[CHANGELOG](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
if applicable.

Signed-off-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
  • Loading branch information
HonkingGoose committed May 17, 2024
1 parent 0b39686 commit 0d22a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"vulnerabilityAlerts": {
"schedule": "* 0-4 * * *"
},
"configWarningReuseIssue": false,
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"packageRules": [
{
Expand Down

0 comments on commit 0d22a38

Please sign in to comment.