Browse Source

Dependabot: Ignore Sphinx upgrades due to ReadTheDocs on v1 (#4486)

Co-authored-by: Hugo Locurcio <[email protected]>
John Losito 4 years ago
parent
commit
6740682341
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/dependabot.yml

+ 3 - 0
.github/dependabot.yml

@@ -8,3 +8,6 @@ updates:
     directory: "/"
     directory: "/"
     schedule:
     schedule:
       interval: "daily"
       interval: "daily"
+    ignore:
+      # ReadTheDocs is staying on v1.
+      - dependency-name: "sphinx"