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 Jan 9, 2024
1 parent 8455d98 commit 322a2b0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 90 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ updates:
directory: /docs
schedule:
interval: daily
ignore:
- dependency-name: "mike"
update-types: ["version-update:semver-major"]

- package-ecosystem: npm
directory: /docs/snippets
Expand All @@ -30,6 +33,7 @@ updates:
schedule:
interval: daily


- package-ecosystem: npm
directory: /examples/sam
schedule:
Expand All @@ -44,6 +48,9 @@ updates:
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "@middy/core"
update-types: ["version-update:semver-major"]

- package-ecosystem: npm
directory: /packages/batch
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/codeql.yml

This file was deleted.

22 changes: 5 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 322a2b0

Please sign in to comment.