Skip to content

Commit

Permalink
chore(dependabot): enable updates with groups
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Jan 20, 2025
1 parent b9e1c61 commit 11870ca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,21 @@ updates:
interval: "weekly"
labels:
- "area/ci"

# Grouped updates to reduce PR noise.
#
# See:
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#prioritizing-meaningful-updates
# - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
labels:
- "area/project/deps"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
open-pull-requests-limit: 2

0 comments on commit 11870ca

Please sign in to comment.