Skip to content

Commit

Permalink
feat- updated folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Apr 24, 2024
1 parent bbc6317 commit 4376470
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ updates:
open-pull-requests-limit: 3

- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/GCM" # Location of package manifests
directory: "examples/GCM" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
Expand All @@ -43,7 +43,7 @@ updates:
open-pull-requests-limit: 3

- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/sns_topic" # Location of package manifests
directory: "examples/sns_topic" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
Expand All @@ -56,7 +56,7 @@ updates:
open-pull-requests-limit: 3

- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/APNS/basic/" # Location of package manifests
directory: "examples/APNS/basic/" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
Expand All @@ -69,7 +69,7 @@ updates:
open-pull-requests-limit: 3

- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/APNS/complete/" # Location of package manifests
directory: "examples/APNS/complete/" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
Expand All @@ -82,7 +82,7 @@ updates:
open-pull-requests-limit: 3

- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/APNS/text/" # Location of package manifests
directory: "examples/APNS/text/" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
Expand Down

0 comments on commit 4376470

Please sign in to comment.