Skip to content

Commit

Permalink
chore(dependabot): follow conventional commits (#4534)
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <nurzhan.sakenov@gmail.com>
  • Loading branch information
nxsaken committed May 1, 2024
1 parent 2a0f5b9 commit 6b3304a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,41 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "[chore]"
prefix: chore
include: scope

- package-ecosystem: "github-actions"
target-branch: "main"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[chore]"
prefix: chore
include: scope

- package-ecosystem: "pip"
target-branch: "main"
directory: "/client_cli/pytests/"
schedule:
interval: "daily"
commit-message:
prefix: "[chore]"
prefix: chore
include: scope

- package-ecosystem: "cargo"
target-branch: "main"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[chore]"
prefix: chore
include: scope

- package-ecosystem: "cargo"
target-branch: "main"
directory: "/default_executor/"
schedule:
interval: "daily"
commit-message:
prefix: "[chore]"
prefix: chore
include: scope

0 comments on commit 6b3304a

Please sign in to comment.