From ce3557f0898a19eed43d52b7bda84051f0f69713 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sun, 7 Dec 2025 03:42:23 +0100 Subject: [PATCH 1/4] Add `pip` to Dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..0c3b440 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file From ddd1142236c6a0b6a113191e1909354b611db424 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sun, 7 Dec 2025 03:44:38 +0100 Subject: [PATCH 2/4] Create CODEOWNERS --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..44281a5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +/.github/workflows/* @sebastiaanspeck +/requirements.txt @sebastiaanspeck From a016cbb47efee13d935f55c004a58175afed173c Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 7 Dec 2025 20:44:49 +0530 Subject: [PATCH 3/4] chore: add @kbdharun to CODEOWNERS file --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 44281a5..1196691 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -/.github/workflows/* @sebastiaanspeck -/requirements.txt @sebastiaanspeck +/.github/workflows/* @sebastiaanspeck @kbdharun +/requirements.txt @sebastiaanspeck @kbdharun From 5608812bd71978a079ebdd81ae587d9d03eb3e54 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 7 Dec 2025 20:45:18 +0530 Subject: [PATCH 4/4] dependabot: fix eol --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c3b440..4099d6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "monthly" \ No newline at end of file + interval: "monthly"