summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2023-03-27 22:31:35 -0500
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-03-28 10:00:19 -0500
commit969fdb9545caeb4e8141ea939231cf03a2db606f (patch)
treea999c9bf2e613205c6408569943c3087124224dc /.github
parent278c19552cacd79fceb748d34467971378bea1af (diff)
downloadurllib3-969fdb9545caeb4e8141ea939231cf03a2db606f.tar.gz
Add dependency-name: * to Dependabot ignore
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c5ec46e7..27e0fa51 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,4 +7,5 @@ updates:
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"]
+ - dependency-name: "*"
+ update-types: ["version-update:semver-patch"]