From e5a919c538d4dedcb75e62e41206a664dfbbd7ff Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 16 Jan 2024 23:00:32 -0300 Subject: [PATCH] ci: update dependabot Signed-off-by: Carlos Alexandro Becker --- .github/dependabot.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3081cf00..27da86b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,16 @@ updates: labels: - "dependencies" commit-message: - prefix: "feat" + prefix: "chore" + include: "scope" + - package-ecosystem: "gomod" + directory: "/examples" + schedule: + interval: "daily" + labels: + - "dependencies" + commit-message: + prefix: "chore" include: "scope" - package-ecosystem: "github-actions" directory: "/" @@ -25,5 +34,5 @@ updates: labels: - "dependencies" commit-message: - prefix: "feat" - include: "scope" \ No newline at end of file + prefix: "chore" + include: "scope"