Skip to content

Commit

Permalink
ci: use chore prefix for dependabot updates (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Feb 24, 2022
1 parent 1edb03d commit b573df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "security"
prefix: "chore"
ignore:
- dependency-name: "*"
update-types:
Expand All @@ -16,10 +16,10 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "security"
prefix: "chore"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "security"
prefix: "chore"

0 comments on commit b573df1

Please sign in to comment.