diff --git a/builder/.github/dependabot.yml b/builder/.github/dependabot.yml index bf49a9d9..0c28ff72 100644 --- a/builder/.github/dependabot.yml +++ b/builder/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" schedule: interval: daily + allow: + # Allow both direct and indirect updates for all packages + - dependency-type: "all" diff --git a/implementation/.github/dependabot.yml b/implementation/.github/dependabot.yml index bf49a9d9..0c28ff72 100644 --- a/implementation/.github/dependabot.yml +++ b/implementation/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" schedule: interval: daily + allow: + # Allow both direct and indirect updates for all packages + - dependency-type: "all" diff --git a/language-family/.github/dependabot.yml b/language-family/.github/dependabot.yml index bf49a9d9..0c28ff72 100644 --- a/language-family/.github/dependabot.yml +++ b/language-family/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" schedule: interval: daily + allow: + # Allow both direct and indirect updates for all packages + - dependency-type: "all"