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
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ updates:
- dependency-name: postgres
versions:
- ">=15"
- dependency-name: valkey/valkey
versions:
- ">=9"
- dependency-name: memcached
versions:
- ">=2"
- dependency-name: edoburu/pgbouncer
versions:
- ">=2"
- dependency-name: chrislusf/seaweedfs
versions:
- ">=5"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SeaweedFS ignore likely ineffective

Low Severity

The new chrislusf/seaweedfs ignore may not block major bumps. That image is pinned with a digest in docker-compose.yml, and Dependabot still does not honor versions ignores for digest-pinned compose images, so >=5 updates can keep opening.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1a462f2. Configure here.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

dependabot takes digests into account as well, see dependabot/dependabot-core#6628 .

- dependency-name: confluentinc/cp-kafka
versions:
- ">=8"
Expand Down
Loading