From 9455c501d4006e7357c400c5eee303b8fd10313a Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Tue, 3 Nov 2020 10:04:28 +0300 Subject: [PATCH 1/2] Added Downloads Count to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 946da74..440b451 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A Django app that handles MFA, it supports TOTP, U2F, FIDO2 U2F (Web Authn), Email Tokens , and Trusted Devices [![PyPI version](https://badge.fury.io/py/django-mfa2.svg)](https://badge.fury.io/py/django-mfa2) +[![Downloads Count](https://static.pepy.tech/personalized-badge/django-mfa2?period=total&units=international_system&left_color=black&right_color=green&left_text=Downloads)](https://pepy.tech/project/django-mfa2) Web Authencation API (WebAuthn) is state-of-the art techology that is expected to replace passwords. From dda82e5e2e45b67ffd236af37dd3935c75836585 Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Tue, 3 Nov 2020 10:40:29 +0300 Subject: [PATCH 2/2] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cf7a39f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"