Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
chore: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Aug 16, 2024
1 parent 2b5d54a commit 25b5e89
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
commit-message:
prefix: 'chore(deps): '
groups:
cdk-updates:
applies-to: version-updates
patterns:
- '@aws-cdk/*'
- 'aws-cdk'
- 'aws-cdk-lib'
update-types:
- patch
- minor
- major
security-updates:
applies-to: security-updates
update-types:
- patch
- minor
- major
safe-updates:
applies-to: version-updates
update-types:
- patch
- minor
exclude-patterns:
- '@types/node'
major-updates:
applies-to: version-updates
exclude-patterns:
- '@types/node'
update-types:
- major

0 comments on commit 25b5e89

Please sign in to comment.