From 20d3ebeca82ccc8a331def6d7fbb405c856a5234 Mon Sep 17 00:00:00 2001 From: Xav Paice Date: Thu, 22 Feb 2024 12:56:06 +1300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c7a3c983..c13c9f461 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,7 +18,20 @@ updates: update-types: - "patch" - "minor" - + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/examples/sdk/helm-template" # Location of package manifests + labels: + - "dependencies" + - "go" + - "type::chore" + schedule: + interval: "weekly" + groups: + security: + update-types: + - "patch" + - "minor" + # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" # Workflow files stored in the