Skip to content

Commit

Permalink
chore: Tell dependendabot not to update constructs (#92)
Browse files Browse the repository at this point in the history
Tells dependabot not to update the dependency 'construtcs' since we have a
linter rule specifying the exact version.
  • Loading branch information
grbartel authored Aug 27, 2020
1 parent a537789 commit 19202f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ updates:
ignore:
- dependency-name: "@types/node"
versions: ">=11.0.0-0"
- dependency-name: "constructs"
versions: ">=3.0.2"
- dependency-name: "@aws-cdk/*"
commit-message:
prefix: "chore(deps):"

0 comments on commit 19202f0

Please sign in to comment.