nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
480 stars 68 forks source link

Upgrade to GitHub-native Dependabot #128

Closed dependabot-preview[bot] closed 2 years ago

dependabot-preview[bot] commented 3 years ago

Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then.

Dependabot has been fully integrated into GitHub, so you no longer have to install and manage a separate app. This pull request migrates your configuration from Dependabot.com to a config file, using the new syntax. When merged, we'll swap out dependabot-preview (me) for a new dependabot app, and you'll be all set!

With this change, you'll now use the Dependabot page in GitHub, rather than the Dependabot dashboard, to monitor your version updates, and you'll configure Dependabot through the new config file rather than a UI.

If you've got any questions or feedback for us, please let us know by creating an issue in the dependabot/dependabot-core repository.

Learn more about migrating to GitHub-native Dependabot

Please note that regular @dependabot commands do not work on this pull request.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+2.5%) to 98.592% when pulling 6810032e69a4babb6debf480a00a8762bef10bf6 on dependabot/add-v2-config-file into 329a466f50dc74038c23cbb93fbe1566a3f3ef31 on develop.

codecov[bot] commented 3 years ago

Codecov Report

Merging #128 (6810032) into develop (329a466) will decrease coverage by 1.97%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #128      +/-   ##
===========================================
- Coverage   100.00%   98.02%   -1.98%     
===========================================
  Files            5        8       +3     
  Lines          160      456     +296     
  Branches        15       47      +32     
===========================================
+ Hits           160      447     +287     
- Misses           0        6       +6     
- Partials         0        3       +3     
Flag Coverage Δ
unittests 97.80% <ø> (-1.57%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
meta/models.py 94.04% <0.00%> (ø)
meta/views.py 98.10% <0.00%> (ø)
meta/__init__.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 329a466...6810032. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

As a reminder, Dependabot Preview will be shut down on August 3rd, 2021. You can merge this pull request to migrate to GitHub-native Dependabot. You can read the docs to learn more about what's changing, as well as find out how to get support if you need help migrating.