From 4a10023c3059c0d23f37891a17a9c062cdfdeb3c Mon Sep 17 00:00:00 2001 From: Takayuki SHIMIZUKAWA Date: Sun, 26 May 2024 17:50:54 +0900 Subject: [PATCH] dependabot interval for gha monthly --- .github/dependabot.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1478bd4..9f4ccf3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,17 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: weekly - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - - package-ecosystem: "pip" + interval: "monthly" + groups: + # Name for the group, which will be used in PR titles and branch names + all-github-actions: + # Group all updates together + patterns: + - "*" + - package-ecosystem: "devcontainers" directory: "/" schedule: - interval: "daily" + interval: "monthly"