diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1196691 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +/.github/workflows/* @sebastiaanspeck @kbdharun +/requirements.txt @sebastiaanspeck @kbdharun diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..4099d6b 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"