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 03dd779 commit 69e8125Copy full SHA for 69e8125
.github/dependabot.yml
@@ -20,7 +20,18 @@ updates:
20
ignore:
21
# 2022-04-23: Ignoring boto3 changes until we need to care about them.
22
- dependency-name: "boto3"
23
-
+
24
+ - package-ecosystem: "npm"
25
+ directory: "/"
26
+ schedule:
27
+ interval: "daily"
28
+ target-branch: "develop"
29
+ commit-message:
30
+ prefix: chore
31
+ include: scope
32
+ allow:
33
+ # Allow updates for AWS CDK
34
+ - dependency-name: "aws-cdk"
35
36
# - package-ecosystem: "pip"
37
# directory: "/"
0 commit comments