Skip to content

Commit

Permalink
chore(deps): fix dependencies and dependabot config (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Feb 20, 2024
1 parent 51bc6f4 commit c5d2721
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 489 deletions.
74 changes: 12 additions & 62 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,72 +27,22 @@ updates:
- dependency-name: "mike"
update-types: ["version-update:semver-major"]

- package-ecosystem: npm
directory: /docs/snippets
schedule:
interval: daily

- package-ecosystem: npm
directory: /examples/cdk
schedule:
interval: daily


- package-ecosystem: npm
directory: /examples/sam
schedule:
interval: daily

- package-ecosystem: npm
directory: /layers
schedule:
interval: daily

- package-ecosystem: npm
directory: /
labels: [ ]
schedule:
interval: daily
versioning-strategy: increase
ignore:
- dependency-name: "@middy/core"
update-types: ["version-update:semver-major"]

- package-ecosystem: npm
directory: /packages/batch
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/commons
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/idempotency
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/logger
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/metrics
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/parameters
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/testing
schedule:
interval: daily

- package-ecosystem: npm
directory: /packages/tracer
schedule:
interval: daily
update-types: [ "version-update:semver-major" ]
groups:
aws-sdk:
patterns:
- "@aws-sdk/**"
- "aws-sdk-client-mock"
- "aws-sdk-client-mock-jest"
aws-cdk:
patterns:
- "@aws-cdk/**"
- "aws-cdk-lib"
Loading

0 comments on commit c5d2721

Please sign in to comment.