Skip to content

Commit

Permalink
feat: add deepsource & added assignees,reviewer in dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanveer143s committed May 25, 2023
1 parent 544968f commit a085977
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
# Add assignees
assignees:
- "clouddrove-ci"
# Add reviewer
# Add reviewer
reviewers:
- "approvers"
- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/complete" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
# Add assignees
assignees:
- "clouddrove-ci"
# Add reviewer
# Add reviewer
reviewers:
- "approvers"
- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/basic" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
# Add assignees
assignees:
- "clouddrove-ci"
# Add reviewer
# Add reviewer
reviewers:
- "approvers"

0 comments on commit a085977

Please sign in to comment.