diff options
author | Ayman Bagabas <ayman.bagabas@gmail.com> | 2024-02-13 12:43:41 -0500 |
---|---|---|
committer | Ayman Bagabas <ayman.bagabas@gmail.com> | 2024-02-13 12:43:41 -0500 |
commit | dd035fb4414cc2c3d28cc4858972a3d07a778947 (patch) | |
tree | 7d1c725f34ebcadd0c5b3d3aec9c9acdcc93552e | |
parent | d9bb637f5e6be406c7bfd51af287bec890c0fd32 (diff) |
chore(ci): change dependabot pr's title
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fc3b07..c0e481b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: labels: - "dependencies" commit-message: - prefix: "feat" + prefix: "chore" include: "scope" - package-ecosystem: "github-actions" directory: "/" |