diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2ae683..45a6e67 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,9 @@ updates: directory: "/" schedule: interval: "monthly" + allow: + # Update transitive dependencies too. + - dependency-type: "all" labels: - "dependencies" - "rust" @@ -45,6 +48,9 @@ updates: # chance of picking up a too-new release). cooldown: default-days: 0 + allow: + # Update transitive dependencies too. + - dependency-type: "all" labels: - "dependencies" - "python"