Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels: ["dependencies"]
commit-message:
prefix: "chore"
groups:
Expand All @@ -16,15 +15,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels: ["dependencies"]
commit-message:
prefix: "chore"
Comment on lines 18 to 19
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pip ecosystem is currently missing a groups configuration, which is present in all other ecosystems in this file (github-actions and npm). Adding a group for pip dependencies will consolidate updates into a single PR, reducing noise and improving maintenance efficiency. This aligns with the project's mission of high-efficiency technical-log compression and industrial-grade maintenance.

    commit-message:
      prefix: "chore"
    groups:
      all-pip:
        patterns:
          - "*"
References
  1. The project mission emphasizes high-efficiency technical-log compression and industrial-grade maintenance. Grouping dependency updates reduces PR noise and improves workflow efficiency. (link)


- package-ecosystem: "npm"
directory: "/dashboard/app"
schedule:
interval: "weekly"
labels: ["dependencies"]
commit-message:
prefix: "chore"
groups:
Expand All @@ -36,7 +33,6 @@ updates:
directory: "/showcase/app"
schedule:
interval: "weekly"
labels: ["dependencies"]
commit-message:
prefix: "chore"
groups:
Expand Down