Skip to content

Commit 77fe9a8

Browse files
authored
Merge pull request #381 from aws-powertools/hjgraca-patch-dependabot
chore: Update dependabot.yml examples
2 parents 9b17227 + 49aa4d4 commit 77fe9a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ updates:
1313
commit-message:
1414
prefix: chore
1515
include: scope
16+
- package-ecosystem: "nuget" # See documentation for possible values
17+
directory: "/examples/" # Location of package manifests
18+
schedule:
19+
interval: "weekly"
20+
target-branch: "develop"
21+
commit-message:
22+
prefix: chore
23+
include: scope

0 commit comments

Comments
 (0)