Skip to content

Commit 994db4e

Browse files
authored
Dependabot should ignore the stacks deployed by the Deployment Helper Lambda (#99)
These stacks are pinned to Terraform versions to prevent the provider becoming too large for the Lambda function's `/tmp` directory.
1 parent dcc5d49 commit 994db4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ updates:
77
- package-ecosystem: "terraform"
88
directories:
99
- "**/*"
10+
exclude-paths:
11+
- "modules/deployment-helper-regional/src/terraform-stacks"
1012
schedule:
1113
interval: "weekly"

0 commit comments

Comments
 (0)