diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d4787d8..90f7832 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,21 +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" - ignore: - - dependency-name: "boto3" - update-types: ["version-update:semver-patch"] - - dependency-name: "boto3-stubs" - update-types: ["version-update:semver-patch"] - 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: + - "*"