Skip to content

Commit

Permalink
Remove the 5.0 branch from getting updates.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Feb 7, 2024
1 parent cded29c commit e27451b
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,57 +106,3 @@ updates:
dependencies:
patterns:
- "*"
# 5.0 branch
- package-ecosystem: "maven"
directory: "/"
target-branch: "5.0"
schedule:
interval: "daily"
groups:
netty-vertx-dependencies:
patterns:
- "io.netty*"
- "io.vertx*"
update-types:
- "minor"
- "patch"
fasterxml-dependencies:
patterns:
- "com.fasterxml*"
- "com.github.java-json-tools*"
update-types:
- "minor"
- "patch"
guava-dependencies:
patterns:
- "com.google.guava*"
update-types:
- "minor"
- "patch"
jakarta-json-dependencies:
patterns:
- "jakarta.json*"
- "org.eclipse.parsson*"
- "org.eclipse:yasson*"
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: 'io.projectreactor:*'
# Allow bouncy castle to upgrade the minor versions
- dependency-name: 'org.bouncycastle:*'
update-types: ['version-update:semver-major']
- dependency-name: '*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
target-branch: "5.0"
schedule:
interval: "daily"
groups:
dependencies:
patterns:
- "*"

0 comments on commit e27451b

Please sign in to comment.