Skip to content

Commit

Permalink
Reduce number of dependabot PRs (#756)
Browse files Browse the repository at this point in the history
* Group all dependencies for dependabot PRs
  • Loading branch information
glatterf42 authored Nov 6, 2023
1 parent e40c347 commit f360dc7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
all-dependencies:
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*" # All dependencies in the package-ecosystem
# Add assignees
assignees:
- "glatterf42"
Expand All @@ -14,4 +22,5 @@ updates:
# Add reviewers:
reviewers:
- "glatterf42"
- "khaeru"
- "khaeru"

0 comments on commit f360dc7

Please sign in to comment.