Skip to content

Commit

Permalink
Make dependabot compliant with naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 9, 2023
1 parent 670fe29 commit 6b76447
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,78 @@ 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"

- package-ecosystem: "github-actions"
# 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"

0 comments on commit 6b76447

Please sign in to comment.