Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: HlexNC <[email protected]>
  • Loading branch information
HlexNC committed Apr 22, 2024
1 parent cdd51b5 commit 6d19cd9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2
updates:
updates:
- package-ecosystem: "npm"
directory: "/officegen-api"
schedule:
interval: "weekly"
day: "saturday"
reviewers:
- "HlexNC"
open-pull-requests-limit: 10
groups:
npm-officegen:
patterns:
- "*"

- package-ecosystem: "pip"
directory: "/python-api"
Expand All @@ -15,6 +20,11 @@ updates:
day: "saturday"
reviewers:
- "HlexNC"
open-pull-requests-limit: 10
groups:
pip-python-api:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/document-conversion"
Expand All @@ -23,4 +33,8 @@ updates:
day: "saturday"
reviewers:
- "HlexNC"
# Interval can be 'live', 'daily', 'weekly', or 'monthly'
open-pull-requests-limit: 10
groups:
npm-document-conversion:
patterns:
- "*"

0 comments on commit 6d19cd9

Please sign in to comment.