We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b04fe1 commit 3c06842Copy full SHA for 3c06842
1 file changed
.github/dependabot.yml
@@ -1,7 +1,7 @@
1
version: 2
2
updates:
3
- package-ecosystem: npm
4
- directory: /cdk
+ directory: "/cdk"
5
schedule:
6
interval: "monthly"
7
# The version of AWS CDK libraries must match those from @guardian/cdk.
@@ -11,7 +11,7 @@ updates:
11
- dependency-name: "constructs"
12
13
14
- directory: /notificationworkerlambda/cdk
+ directory: "/notificationworkerlambda/cdk"
15
16
17
@@ -20,7 +20,7 @@ updates:
20
- dependency-name: "aws-cdk-lib"
21
22
23
- - package-ecosystem: github-actions
24
- directory: /
+ - package-ecosystem: "github-actions"
+ directory: "/"
25
26
- interval: weekly
+ interval: "weekly"
0 commit comments