Skip to content

Commit

Permalink
Merge pull request #22 from clouddrove/issue-435
Browse files Browse the repository at this point in the history
feat: add deepsource & added assignees,reviewer in dependabot
  • Loading branch information
yadavprakash authored May 26, 2023
2 parents a0da2a7 + 31ec785 commit af27a10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version = 1

[[analyzers]]
name = "terraform"
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
assignees:
- "clouddrove-ci"
# Add reviewer
reviewers:
- "approvers"
- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
assignees:
- "clouddrove-ci"
# Add reviewer
reviewers:
- "approvers"

0 comments on commit af27a10

Please sign in to comment.