We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c9afe commit 78f39aeCopy full SHA for 78f39ae
.github/dependabot.yml
@@ -7,3 +7,21 @@ updates:
7
interval: "weekly"
8
labels:
9
- "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