diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 368cff5..c778b03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,12 @@ -# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically version: 2 updates: - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + github-dependencies: + patterns: + - "*" + cooldown: + default-days: 7