diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd193b1..aadd0b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,8 @@ updates: - "databricks*" schedule: interval: "daily" + groups: + # Patch-level updates are low-risk, and can be batched together into a single PR to reduce update noise. + batch-patch-updates: + update-types: + - "patch"