We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2d0ba commit 2f690f6Copy full SHA for 2f690f6
.github/dependabot.yml
@@ -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
@@ -77,6 +77,7 @@ The features/techniques employed by the skeleton include:
77
- A CHANGES.rst file intended for publishing release notes about the project
78
- Use of [Black](https://black.readthedocs.io/en/stable/) for code formatting (disabled on unsupported Python 3.5 and earlier)
79
- Integrated type checking through [mypy](https://github.com/python/mypy/).
80
+- Dependabot enabled to enable supply chain security.
81
82
## Packaging Conventions
83
0 commit comments