Skip to content

Commit

Permalink
Disable Dependabot PRs for Spock 2.x and later (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 17, 2023
1 parent a716654 commit 8ad1e06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -19,3 +19,9 @@ updates:
# https://github.com/jenkinsci/job-dsl-plugin/pull/1270
- dependency-name: "bootstrap"
versions: [">=4.0.0"]
# Jenkins core is stuck on Groovy 2.4 due to JENKINS-53372, and Spock 1.x
# is the last version to support Groovy 2.4. Until Jenkins core moves
# forward, this plugin is stuck on Spock 1.x. See:
# https://github.com/jenkinsci/job-dsl-plugin/pull/1273
- dependency-name: "org.spockframework:spock-core"
versions: [">=2.0"]

0 comments on commit 8ad1e06

Please sign in to comment.