diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 259ce4b1..2ed47c86 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,12 +13,21 @@ # limitations under the License. version: 2 +# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file. updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + all: + patterns: + - "*"