Skip to content

Commit

Permalink
chore(ci): Dependabot fine tuning (#1862)
Browse files Browse the repository at this point in the history
* ignore major updates for mike

* set versioning strategy for cdk, dependabot is running on auto upgrade strategy per default

* ignore middy major upgrades

* remove CodeQL, it's enough to have Sonar

* update package-lock
  • Loading branch information
am29d authored and dreamorosi committed Feb 5, 2024
1 parent 5425596 commit 713d5fc
Showing 1 changed file with 62 additions and 14 deletions.
76 changes: 62 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,72 @@ 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" ]
groups:
aws-sdk:
patterns:
- "@aws-sdk/**"
- "@smithy/**"
- "aws-sdk-client-mock"
- "aws-sdk-client-mock-jest"
aws-cdk:
patterns:
- "@aws-cdk/**"
- "aws-cdk-lib"
- "aws-cdk"
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

0 comments on commit 713d5fc

Please sign in to comment.