diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..932fe8b9 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 + +updates: + - package-ecosystem: pip + directory: "/python_src" + schedule: + interval: daily + time: "08:00" + timezone: "America/New_York" + open-pull-requests-limit: 5