Skip to content

Commit

Permalink
Run dependabot on v6 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed Aug 13, 2023
1 parent c4b4965 commit c7142ee
Showing 1 changed file with 40 additions and 0 deletions.
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

0 comments on commit c7142ee

Please sign in to comment.