diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd38574..9482196 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,14 @@ updates: schedule: interval: "weekly" groups: - dev-dependencies: - dependency-type: "development" + test-dependencies: + patterns: + - "github.com/onsi/ginkgo*" + - "github.com/onsi/gomega*" prod-dependencies: - dependency-type: "production" + exclude-patterns: + - "github.com/onsi/ginkgo*" + - "github.com/onsi/gomega*" cooldown: default-days: 7 - package-ecosystem: github-actions