Skip to content

Commit 3c06842

Browse files
authored
Update dependabot.yml
1 parent 4b04fe1 commit 3c06842

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directory: /cdk
4+
directory: "/cdk"
55
schedule:
66
interval: "monthly"
77
# The version of AWS CDK libraries must match those from @guardian/cdk.
@@ -11,7 +11,7 @@ updates:
1111
- dependency-name: "constructs"
1212

1313
- package-ecosystem: npm
14-
directory: /notificationworkerlambda/cdk
14+
directory: "/notificationworkerlambda/cdk"
1515
schedule:
1616
interval: "monthly"
1717
# The version of AWS CDK libraries must match those from @guardian/cdk.
@@ -20,7 +20,7 @@ updates:
2020
- dependency-name: "aws-cdk-lib"
2121
- dependency-name: "constructs"
2222

23-
- package-ecosystem: github-actions
24-
directory: /
23+
- package-ecosystem: "github-actions"
24+
directory: "/"
2525
schedule:
26-
interval: weekly
26+
interval: "weekly"

0 commit comments

Comments
 (0)