Skip to content

Commit b272272

Browse files
authored
Dependabot: batch patch-level updates (#292)
## Changes This PR updates the dependabot policy so that patch-level updates are grouped. These are generally low-risk, and grouping them reduces PR/update noise.
1 parent ccd84c7 commit b272272

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ updates:
88
- "databricks*"
99
schedule:
1010
interval: "daily"
11+
groups:
12+
# Patch-level updates are low-risk, and can be batched together into a single PR to reduce update noise.
13+
batch-patch-updates:
14+
update-types:
15+
- "patch"

0 commit comments

Comments
 (0)