diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..480a375e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Apache License 2.0 + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/bindings/python/" # Location of package manifests + schedule: + interval: "daily"