diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..a1a14de5c --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" # Adjust this if your setup.cfg is in a subdirectory + schedule: + interval: "weekly" # or "weekly", "monthly" + groups: + python-packages: + patterns: + - "*"