Skip to content

Commit

Permalink
ci: Add groupings to dependabot.yml (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 authored Feb 27, 2025
1 parent 4796e1b commit dfd0367
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

---
version: 2
updates:
- package-ecosystem: github-actions
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
groups:
k8s:
patterns:
- "*k8s*"
testcontainers:
patterns:
- github.com/testcontainers/*
common:
patterns:
- "*"
golang:
patterns:
- go*
aqua:
patterns:
- "*aquasecurity*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
groups:
github-actions:
patterns:
- "*"

0 comments on commit dfd0367

Please sign in to comment.