Skip to content

Commit 2f690f6

Browse files
jaracoKOLANICH
andauthored
Enable dependabot (#50)
* Added a config for dependabot. * Update features list for dependabot. Co-authored-by: KOLANICH <[email protected]>
1 parent 6e2d0ba commit 2f690f6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
allow:
8+
- dependency-type: "all"

skeleton.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The features/techniques employed by the skeleton include:
7777
- A CHANGES.rst file intended for publishing release notes about the project
7878
- Use of [Black](https://black.readthedocs.io/en/stable/) for code formatting (disabled on unsupported Python 3.5 and earlier)
7979
- Integrated type checking through [mypy](https://github.com/python/mypy/).
80+
- Dependabot enabled to enable supply chain security.
8081

8182
## Packaging Conventions
8283

0 commit comments

Comments
 (0)