summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2023-01-17 06:11:35 -0600
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-01-18 22:27:40 -0500
commit96588e9bf66be564c7437da8b1c2c054bc3142b4 (patch)
treee6441bb79d1d774e784d282ba308e571b2c6cc7f
parent6089b8d0fca44fc41d030190c577ac3c58eec090 (diff)
downloadurllib3-96588e9bf66be564c7437da8b1c2c054bc3142b4.tar.gz
Ignore Dependabot updates for patches
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5ace4600..c5ec46e7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+ ignore:
+ # Ignore all patch releases as we can manually
+ # upgrade if we run into a bug and need a fix.
+ - update-types: ["version-update:semver-patch"]