Skip to content

Commit

Permalink
chore(ci): revise github dependabot for checking ui deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Dec 13, 2024
1 parent 99736db commit 64a2adb
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ updates:
open-pull-requests-limit: 15

- package-ecosystem: npm
directory: /ui
# setup only for whole workspace to fix issues with package.lock,
# SEE https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1739296001
directory: /
schedule:
interval: monthly
commit-message:
Expand All @@ -29,18 +31,7 @@ updates:
dev-deps:
dependency-type: development
open-pull-requests-limit: 15

- package-ecosystem: npm
directory: /docs
schedule:
interval: monthly
commit-message:
prefix: "chore(deps/docs): "
groups:
deps:
patterns:
- "*"
open-pull-requests-limit: 15
versioning-strategy: increase

- package-ecosystem: docker
directory: /
Expand Down

0 comments on commit 64a2adb

Please sign in to comment.