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 4d3df65 commit 4b04fe1Copy full SHA for 4b04fe1
1 file changed
.github/dependabot.yml
@@ -1,11 +1,26 @@
1
version: 2
2
updates:
3
+ - package-ecosystem: npm
4
+ directory: /cdk
5
+ schedule:
6
+ interval: "monthly"
7
+ # The version of AWS CDK libraries must match those from @guardian/cdk.
8
+ ignore:
9
+ - dependency-name: "aws-cdk"
10
+ - dependency-name: "aws-cdk-lib"
11
+ - dependency-name: "constructs"
12
+
13
- package-ecosystem: npm
14
directory: /notificationworkerlambda/cdk
15
schedule:
- interval: daily
16
17
18
19
20
21
22
23
- package-ecosystem: github-actions
24
directory: /
25
26
+ interval: weekly
0 commit comments