diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-06-28 08:24:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 08:24:40 +0000 |
commit | e8eb978661cd3cc9bc1f8c04f26c9d81dc71f58b (patch) | |
tree | 3216ab1ec39ed35706b85cf85fc42296f593cc96 /.github/dependabot.yml | |
parent | Merge pull request #514 from svenstaro/dependabot/add-v2-config-file (diff) | |
download | miniserve-e8eb978661cd3cc9bc1f8c04f26c9d81dc71f58b.tar.gz miniserve-e8eb978661cd3cc9bc1f8c04f26c9d81dc71f58b.zip |
Don't ignore any deps
Diffstat (limited to '')
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0b384d..c11601f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,3 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 - ignore: - - dependency-name: http - versions: - - 0.2.4 |