diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08ed0f1..90f7832 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,21 @@ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: -- package-ecosystem: pip +- package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: monthly time: "00:00" - open-pull-requests-limit: 10 - -- package-ecosystem: github-actions + groups: + github-actions: + patterns: + - "*" +- package-ecosystem: pip directory: "/" schedule: - interval: daily + interval: weekly time: "00:00" - open-pull-requests-limit: 10 + groups: + pip: + patterns: + - "*"