Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run dependabot on v6 branch #907

Merged
merged 1 commit into from
Sep 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ updates:
interval: weekly
day: saturday
time: "10:00"
target-branch: master
open-pull-requests-limit: 10
versioning-strategy: increase
reviewers:
Expand All @@ -16,6 +17,7 @@ updates:
interval: weekly
day: saturday
time: "10:00"
target-branch: master
open-pull-requests-limit: 10
allow:
- dependency-type: direct
Expand All @@ -30,3 +32,41 @@ updates:
time: "10:00"
reviewers:
- "pi-hole/docs-maintainers"
target-branch: master

# As above, but for development-v6
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "10:00"
target-branch: release/v6.0
open-pull-requests-limit: 10
versioning-strategy: increase
reviewers:
- "pi-hole/docs-maintainers"
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: saturday
time: "10:00"
target-branch: release/v6.0
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
reviewers:
- "pi-hole/docs-maintainers"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: saturday
time: "10:00"
reviewers:
- "pi-hole/docs-maintainers"
target-branch: release/v6.0