diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39b15807..48d60953 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ # Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference version: 2 updates: @@ -10,6 +10,8 @@ updates: interval: "weekly" labels: - "dependencies" + cooldown: + default-days: 1 - package-ecosystem: "composer" directory: "/" @@ -17,3 +19,5 @@ updates: interval: "weekly" labels: - "dependencies" + cooldown: + default-days: 1