Skip to content

Commit

Permalink
Move exclusion to correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 4, 2024
1 parent 494b379 commit b6c71a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ updates:
directory: "/sample-plugin"
schedule:
interval: "daily"
ignore:
# EE 10+ is not yet supported
- dependency-name: "jakarta.servlet:jakarta.servlet-api"
versions: [">=6.0.0"]
- package-ecosystem: "maven"
open-pull-requests-limit: 25
directory: "/bom-weekly"
Expand All @@ -15,9 +19,6 @@ updates:
# Should have been 1.27.0
- dependency-name: "com.sonyericsson.jenkins.plugins.bfa:build-failure-analyzer"
versions: ["2.27.0"]
# EE 10+ is not yet supported
- dependency-name: "jakarta.servlet:jakarta.servlet-api"
versions: [">=6.0.0"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit b6c71a7

Please sign in to comment.