Bart Koelman
Bart Koelman
How is that related? That issue is about not opening PRs, or very late. This one is about the opposite: creation of unexpected PRs.
I don't think that's the case. A new PR is opened immediately after I rerun the updater.
Yes. As if the "skip this version" is being ignored, or wasn't recorded properly in the first place. Every week the updater creates a new PR. And every week I...
Tried that, but doesn't help. A new PR just got created. See https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/dependabot.yml.
@brettfo Sorry, I misinformed you. A PR _was_ created, but in another repository, which _doesn't_ include the exclusion rule. See https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb/pull/145.
For the `json-api-dotnet/JsonApiDotNetCore.MongoDb` repository, this is what happened: 1. It opened https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb/pull/145, which I closed 2. Ran the updater, which created https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb/pull/147, which I closed 3. Ran the updater, which...
Here's the full message: and: It used to work like that. So I'm _assuming_ that Dependabot internally stores what the user asked for, independent of the ignore rules in the...
The way it used to work was that closing the PR manually or running the close command would remember to skip this patch version. A new PR would be opened...
I suspect this is not a NuGet-specific problem. I've seen the same issue happen with version updates for GitHub Actions workflows.
https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb/pull/148#issuecomment-3608828016