Skip to content

Commit 78f39ae

Browse files
authored
chore(dependabot): enable updates with groups (#10079)
1 parent e9c9afe commit 78f39ae

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,21 @@ updates:
77
interval: "weekly"
88
labels:
99
- "area/ci"
10+
11+
# Grouped updates to reduce PR noise.
12+
#
13+
# See:
14+
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#prioritizing-meaningful-updates
15+
# - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
16+
- package-ecosystem: "pip"
17+
directory: "/"
18+
schedule:
19+
interval: "monthly"
20+
labels:
21+
- "area/project/deps"
22+
groups:
23+
production-dependencies:
24+
dependency-type: "production"
25+
development-dependencies:
26+
dependency-type: "development"
27+
open-pull-requests-limit: 2

0 commit comments

Comments
 (0)