diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 696b5d7b5..ab555d45e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" - + labels: + - "GitHub Actions" + - "Dependencies" - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + labels: + - "GitHub Actions" + - "Dependencies" + - "Python"