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