Skip to content
Open
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
22 changes: 21 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,24 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "UTC"
open-pull-requests-limit: 10
commit-message:
prefix: "chore(deps)"
groups:
docker-actions:
patterns:
- "docker/*"
security-actions:
patterns:
- "aquasecurity/*"
- "github/codeql-action*"
Comment on lines +18 to +21
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

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

PR description says the security-actions group is intended to cover only aquasecurity/trivy-action, but the config uses the broader pattern aquasecurity/* which will group any Aquasecurity action if added in the future. Either narrow the pattern (e.g., to just the trivy action) or update the PR description to match the broader grouping intent.

Copilot uses AI. Check for mistakes.
github-actions:
patterns:
- "actions/*"
- "gautamkrishnar/*"
- "gaurav-nelson/*"
- "DavidAnson/*"
Loading