Skip to content

Commit

Permalink
Disable dependabot before RC
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Jun 29, 2022
1 parent 49bcb33 commit dfcd34b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 20
ignore:
- dependency-name: "org.eclipse.jetty:jetty-servlet"
versions: ["[10.0,)"]
# - package-ecosystem: "maven"
# directory: "/"
# schedule:
# interval: "daily"
# open-pull-requests-limit: 20
# ignore:
# - dependency-name: "org.eclipse.jetty:jetty-servlet"
# versions: ["[10.0,)"]

0 comments on commit dfcd34b

Please sign in to comment.