Skip to content

Commit

Permalink
[TASK] Add dependabot prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space committed Jun 4, 2024
1 parent 2b60e78 commit c48e4cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ version: 2
updates:
# Maintain dependencies for Gradle dependencies
- package-ecosystem: "gradle"
commit-message:
prefix: "[TASK] "
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
commit-message:
prefix: "[TASK] "
directory: "/"
schedule:
interval: "daily"

0 comments on commit c48e4cf

Please sign in to comment.