Skip to content

Commit

Permalink
Disable dependabot on 5.x.x-stable
Browse files Browse the repository at this point in the history
RC phase.
  • Loading branch information
acogoluegnes committed Mar 17, 2023
1 parent 76f5716 commit 0bd7cc0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/dependabot.yml
Expand Up @@ -15,19 +15,19 @@ updates:
versions: [ "[2.0,)" ]
- dependency-name: "ch.qos.logback:logback-classic"
versions: [ "[1.3,)" ]
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 20
target-branch: "5.x.x-stable"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-servlet"
versions: ["[10.0,)"]
- dependency-name: "org.slf4j:slf4j-api"
versions: [ "[2.0,)" ]
- dependency-name: "ch.qos.logback:logback-classic"
versions: [ "[1.3,)" ]
# - package-ecosystem: "maven"
# directory: "/"
# schedule:
# interval: "daily"
# open-pull-requests-limit: 20
# target-branch: "5.x.x-stable"
# ignore:
# - dependency-name: "org.eclipse.jetty:jetty-servlet"
# versions: ["[10.0,)"]
# - dependency-name: "org.slf4j:slf4j-api"
# versions: [ "[2.0,)" ]
# - dependency-name: "ch.qos.logback:logback-classic"
# versions: [ "[1.3,)" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -37,4 +37,4 @@ updates:
directory: "/"
schedule:
interval: "daily"
target-branch: "5.x.x-stable"
target-branch: "5.x.x-stable"

0 comments on commit 0bd7cc0

Please sign in to comment.