From f6dcb94098234b7d68e6acaa56a993f709b4a2cd Mon Sep 17 00:00:00 2001 From: Omar Miraj Date: Mon, 24 Mar 2025 07:42:25 -0400 Subject: [PATCH 1/2] Add dependabot for python --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ed16038c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: "/" + schedule: + interval: weekly + day: sunday + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly \ No newline at end of file From 8ca62a59fd1f89fa5e553b799fc32270f353d62c Mon Sep 17 00:00:00 2001 From: Omar Miraj Date: Mon, 24 Mar 2025 07:49:20 -0400 Subject: [PATCH 2/2] add new line --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed16038c..bc521c0f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: monthly \ No newline at end of file + interval: monthly