Skip to content

Commit

Permalink
Merge pull request #1472 from pi-hole/tweak/dependabot
Browse files Browse the repository at this point in the history
Add pip ecosystem to dependabot
  • Loading branch information
yubiuser authored Oct 31, 2023
2 parents 67da103 + 3ec61dc commit 184b8bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ updates:
target-branch: dev
reviewers:
- "pi-hole/docker-maintainers"
- package-ecosystem: pip
directory: "/test"
schedule:
interval: weekly
day: saturday
time: "10:00"
open-pull-requests-limit: 10
target-branch: dev
reviewers:
- "pi-hole/docker-maintainers"
# Maintain dependencies for GitHub Actions development-v6
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -38,3 +48,13 @@ updates:
target-branch: development-v6
reviewers:
- "pi-hole/docker-maintainers"
- package-ecosystem: pip
directory: "/test"
schedule:
interval: weekly
day: saturday
time: "10:00"
open-pull-requests-limit: 10
target-branch: development-v6
reviewers:
- "pi-hole/docker-maintainers"

0 comments on commit 184b8bb

Please sign in to comment.