summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-06-14 11:22:42 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-06-17 14:35:13 -0500
commit159742b3638914b760b9cf64b599a217536ce6cc (patch)
treeb82738ea68b0b3a8565752a36648c4a0375dadc5 /.github/dependabot.yml
parent0a54948205b223adefd9232dff43448f8a67fe1e (diff)
downloadrequests-cache-159742b3638914b760b9cf64b599a217536ce6cc.tar.gz
Dependabot: for doc dependencies, only notify for major releases
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e42b0e5..655f710 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,6 +5,10 @@ updates:
schedule:
interval: "daily"
time: "16:00"
+ # For doc dependencies, only notify for major releases
+ ignore:
+ - dependency-name: "sphinx*"
+ update-types: ["version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule: