You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
6
6
*[ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)
7
7
8
-
### Adding new Unconventional Dependencies:
8
+
### Adding new Construct Runtime Dependencies:
9
9
10
-
*[ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)
10
+
*[ ] This PR adds new construct runtime dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-construct-runtime-dependencies)
**For the aws-cdk an unconventional dependency is defined as any dependency that is not managed via the module's
395
427
`package.json` file.**
396
428
397
-
Sometimes constructs introduce new unconventional dependencies. Any new unconventional dependency that is introduced needs to have
398
-
an auto upgrade process in place. The recommended way to update dependencies is through [dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates).
429
+
Sometimes, constructs introduce new unconventional dependencies. Any new unconventional dependency that is introduced needs to have
430
+
an auto upgrade process in place. The recommended way to update dependencies is through
to see how the build works, but at a high level a [requirements.txt](packages/@aws-cdk/lambda-layer-awscli/layer/requirements.txt)
410
-
file was created to manage the version. This file was then added to [dependabot.yml](https://github.com/aws/aws-cdk/blob/ab57eb6d1ed69b40ed6ec774853c275785acace8/.github/dependabot.yml#L14-L20)
411
-
so that dependabot will automatically upgrade the version as new versions are released.
412
-
413
434
**If you think your PR introduces a new unconventional dependency, make sure to call it
414
435
out in the description so that we can discuss the best way to manage that dependency.**
0 commit comments