Skip to content

Commit

Permalink
fix: add dependabot.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
themaheshyadav committed Jun 12, 2023
2 parents f81deb8 + d82d2d6 commit d64fc7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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"
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ updates:
open-pull-requests-limit: 3

- package-ecosystem: "terraform" # See documentation for possible values
directory: "/_example/complete" # Location of package manifests
directory: "/_examples/complete" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
Expand All @@ -40,3 +40,7 @@ updates:
- "approvers"
# Allow up to 3 open pull requests for pip dependencies
open-pull-requests-limit: 3
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit d64fc7a

Please sign in to comment.