Skip to content

Commit

Permalink
💚 Add correct prefix for dependabot commits
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenKnoops committed Oct 18, 2021
1 parent fd59954 commit 7552a50
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 @@ -7,12 +7,16 @@ version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
commit_message:
prefix: ":arrow_up:"
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
commit_message:
prefix: ":arrow_up:"
schedule:
interval: "weekly"

0 comments on commit 7552a50

Please sign in to comment.