Skip to content

Commit

Permalink
ci: groups gorm dependencies together (#567)
Browse files Browse the repository at this point in the history
* ci: groups gorm dependencies together

Signed-off-by: Lin Yang <[email protected]>

* ci: use wildcard pattern 

Signed-off-by: Lin Yang <[email protected]>

---------

Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh authored Dec 23, 2024
1 parent 0e7be92 commit f8c7df7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ updates:
k8s:
patterns:
- "k8s.io/*"
gorm:
patterns:
- "gorm.io/*"
ignore:
- dependency-name: "k8s.io/*"
update-types:
Expand Down

0 comments on commit f8c7df7

Please sign in to comment.