Skip to content

Commit

Permalink
Merge pull request #899 from pi-hole/group_dependabot
Browse files Browse the repository at this point in the history
Group Dependabot pull requests by pachage ecosystem
  • Loading branch information
PromoFaux authored Sep 10, 2023
2 parents a6af0e7 + 68a9ecf commit 85d7687
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ updates:
versioning-strategy: increase
reviewers:
- "pi-hole/docs-maintainers"
groups:
npm-dependencies:
patterns:
- "*"
- package-ecosystem: pip
directory: "/"
schedule:
Expand All @@ -24,6 +28,10 @@ updates:
- dependency-type: indirect
reviewers:
- "pi-hole/docs-maintainers"
groups:
pip-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -32,6 +40,10 @@ updates:
time: "10:00"
reviewers:
- "pi-hole/docs-maintainers"
groups:
github_action-dependencies:
patterns:
- "*"
target-branch: master

# As above, but for development-v6
Expand All @@ -48,6 +60,10 @@ updates:
versioning-strategy: increase
reviewers:
- "pi-hole/docs-maintainers"
groups:
npm-dependencies:
patterns:
- "*"
- package-ecosystem: pip
directory: "/"
schedule:
Expand All @@ -61,6 +77,10 @@ updates:
- dependency-type: indirect
reviewers:
- "pi-hole/docs-maintainers"
groups:
pip-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -69,4 +89,8 @@ updates:
time: "10:00"
reviewers:
- "pi-hole/docs-maintainers"
groups:
github_action-dependencies:
patterns:
- "*"
target-branch: release/v6.0

0 comments on commit 85d7687

Please sign in to comment.