Преглед изворни кода

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

Co-authored-by: Hugo Locurcio <[email protected]>
John Losito пре 4 година
родитељ
комит
6740682341
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      .github/dependabot.yml

+ 3 - 0
.github/dependabot.yml

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