Skip to content

Commit

Permalink
ci(dependabot): Add prefix to the PR created by dependabot (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev authored Oct 3, 2024
1 parent fdcd2f2 commit a837307
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(github-actions dependencies):"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(npm dependencies):"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(pip dependencies):"

0 comments on commit a837307

Please sign in to comment.