Skip to content

Commit

Permalink
Disable Dependabot PRs for Spock 2.x and later (wrong section)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 17, 2023
1 parent 8ad1e06 commit 4bff0b3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Expand Up @@ -6,6 +6,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# 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"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -19,9 +26,3 @@ 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 4bff0b3

Please sign in to comment.