Updated dependabot config making updates-entries unique as required by dependabot #2822
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently dependabot complains about our config:
With this PR I attempt to trick dependabot into still evaluating both of our
updates
-rules at least on theapm-agent-plugins
submodules, from which to my understanding the monthly-exemptions originate.If the maven dependabot strategy is implemented as described here, it should hopefully work. Unfortunately I wasn't able to find any actual documentation on the behaviour with overlapping directories.
We will see whether after this PR dependabot still continues opening PRs weekly for the
apm-agent-plugins
or not.