From 748e34ebd458c1fba8c8cb6562dcd1e0e339126e Mon Sep 17 00:00:00 2001 From: viperior Date: Fri, 25 Feb 2022 13:50:43 -0800 Subject: [PATCH] Configure Dependabot Configure Dependabot to automate the dependency management for the project Closes #10 --- .github/dependabot.yml | 11 +++++++++++ CHANGELOG.md | 8 ++++++++ 2 files changed, 19 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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 26de355..1ab44bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/viperior/python-project-template/tree/v0.4.0) (2022-02-25) + +### New features + +* Configure Dependabot to automate the management of the project's dependencies (closes [#10][i10]) + +[i10]: https://github.com/viperior/python-project-template/issues/10 + ## [0.3.0](https://github.com/viperior/python-project-template/tree/v0.3.0) (2022-02-25) ### New features