diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 943efdf..0b7ca97 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,13 +3,13 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: monthly labels: - 'dependencies' - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: monthly labels: - 'dependencies' - 'infrastructure'