diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..038bcc2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +# Config file used by GitHub dependabot + +version: 2 + +updates: + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "pip" + directory: "/new_{[ cookiecutter.github_repo ]}" + schedule: + interval: "daily" + ignore: + - dependency-name: "*"