From 6b76447430c72b2690b1dcec568464c9095fff40 Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Mon, 9 Oct 2023 12:16:24 +0200 Subject: [PATCH] Make dependabot compliant with naming scheme --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d842c664c..8d5640036 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,36 +2,50 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/agentapi" + commit_message: + prefix: "deps(agentapi): " schedule: interval: "daily" - package-ecosystem: "gomod" directory: "/windows-agent" + commit_message: + prefix: "deps(windows-agent): " schedule: interval: "daily" - package-ecosystem: "gomod" directory: "/common" + commit_message: + prefix: "deps(common): " schedule: interval: "daily" - package-ecosystem: "gomod" directory: "/end-to-end" + commit_message: + prefix: "deps(end-to-end): " schedule: interval: "daily" - package-ecosystem: "gomod" directory: "/tools" + commit_message: + prefix: "deps(tools): " schedule: interval: "daily" - package-ecosystem: "gomod" directory: "/wsl-pro-service" + commit_message: + prefix: "deps(wsl-pro-service): " schedule: interval: "daily" - package-ecosystem: "gomod" directory: "/wslserviceapi" + commit_message: + prefix: "deps(wslserviceapi): " schedule: interval: "daily" @@ -39,19 +53,27 @@ updates: # Workflow files stored in the # default location of `.github/workflows` directory: "/" + commit_message: + prefix: "deps(gh-actions): " schedule: interval: "daily" - package-ecosystem: "pub" # So we update grpc and protobuf packages directory: "/agentapi/dart" + commit_message: + prefix: "deps(agentapi): " schedule: interval: "daily" - package-ecosystem: "pub" directory: "/gui/packages/p4w_ms_store" + commit_message: + prefix: "deps(gui-p4w_ms_store): " schedule: interval: "daily" - package-ecosystem: "pub" directory: "/gui/packages/ubuntupro" + commit_message: + prefix: "deps(gui-ubuntupro): " schedule: interval: "daily" \ No newline at end of file