Skip to content

Commit

Permalink
fix(dependabot): configuration for Nginx
Browse files Browse the repository at this point in the history
repositories
  • Loading branch information
alimd committed Nov 10, 2023
1 parent 313f760 commit 325ed25
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,29 @@ updates:
- '*'

- package-ecosystem: docker
directory: /*/
open-pull-requests-limit: 20
directory: /nginx-core
reviewers:
- AliMD
schedule:
interval: daily
labels:
- ci
- priority-low
- maintenance

- package-ecosystem: docker
directory: /nginx-pwa
reviewers:
- AliMD
schedule:
interval: daily
labels:
- ci
- priority-low
- maintenance

- package-ecosystem: docker
directory: /nginx-ws
reviewers:
- AliMD
schedule:
Expand All @@ -29,7 +50,3 @@ updates:
- ci
- priority-low
- maintenance
# groups:
# github-actions:
# patterns:
# - '*'

0 comments on commit 325ed25

Please sign in to comment.