diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec0ed0318..c208c7a15 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: directory: "/ruby" schedule: interval: "weekly" + - package-ecosystem: pip + directory: "/python" + schedule: + interval: "weekly" diff --git a/python/password.conf b/python/password.conf new file mode 100644 index 000000000..4762b858f --- /dev/null +++ b/python/password.conf @@ -0,0 +1,2 @@ +auth_key="alksdjalkd=$_" +api_password="Nov@13@2024" \ No newline at end of file