Skip to content

Commit

Permalink
ci: add groups for dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored and simar7 committed Aug 21, 2024
1 parent 4a9ec77 commit 64cf65f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "github.com/aquasecurity/trivy-*" ## `trivy-*` dependencies are updated manually
groups:
docker:
patterns:
- "github.com/docker/*"
common:
exclude-patterns:
- "github.com/aquasecurity/trivy-*"
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 64cf65f

Please sign in to comment.