diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 83b26ea..56bb0da 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,7 +1,14 @@ version: 2 + updates: - - package-ecosystem: "github-actions" - directory: "/" +- package-ecosystem: pip + directory: "/" + schedule: + interval: weekly + time: "13:00" + open-pull-requests-limit: 10 + +- package-ecosystem: "github-actions" + directory: "/" schedule: - interval: weekly - time: "06:00" + interval: "weekly"