How to use spock versioning in dependabot #1566
Unanswered
huehnerlady
asked this question in
Q&A
Replies: 1 comment
-
Personally, I use Renovate which has mechanisms to handle that. See the exact snippet to solve the aforementioned problem (and also it [Renovate] nicely support grouping (while with dependabot it is somehow more complicated). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we are using dependabot to keep our dependencies up to date.
Unfortunately so far we didn't have any luck working with spock updates.
We are using groovy 3 so we were on version
2.1-groovy-3.0
estImplementation("org.spockframework:spock-core:2.1-groovy-3.0")
Dependabot however want to update to
2.3-groovy-4.0
instead of2.3-groovy-3.0
After using
@dependabot ignore this major version
we disabled dependabot for2.x.x
instead ofx.x-groovy-4.0
Are you using dependabot and maybe knows a trick on how to resolve our problem?
Beta Was this translation helpful? Give feedback.
All reactions