Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Enable dependabot (#50)
Browse files Browse the repository at this point in the history
* Added a config for dependabot.

* Update features list for dependabot.

Co-authored-by: KOLANICH <[email protected]>
  • Loading branch information
jaraco and KOLANICH committed Apr 26, 2021
1 parent 6e2d0ba commit 2f690f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
1 change: 1 addition & 0 deletions skeleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The features/techniques employed by the skeleton include:
- A CHANGES.rst file intended for publishing release notes about the project
- Use of [Black](https://black.readthedocs.io/en/stable/) for code formatting (disabled on unsupported Python 3.5 and earlier)
- Integrated type checking through [mypy](https://github.com/python/mypy/).
- Dependabot enabled to enable supply chain security.

## Packaging Conventions

Expand Down

0 comments on commit 2f690f6

Please sign in to comment.