Skip to content

Commit

Permalink
chore(ci): fix commit prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Dec 29, 2020
1 parent 0763cce commit f28dd24
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
@@ -1,20 +1,26 @@
version: 2
updates:

- package-ecosystem: github-actions
directory: "/."
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 10

- package-ecosystem: docker
directory: "/."
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 10
commit_message:
prefix: "feat(docker)"

- package-ecosystem: gomod
directory: "/healthcheck"
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 10

0 comments on commit f28dd24

Please sign in to comment.