Skip to content

Commit

Permalink
🌱 Fix the dependabot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensrinivasan committed Aug 26, 2021
1 parent f2afdba commit 50fd921
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,28 @@ updates:
commit-message:
prefix: ":seedling:"
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/gitcache"
- package-ecosystem: docker
directory: "/cron/bq"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/gitcache"
directory: "/cron/worker"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
- package-ecosystem: gomod
directory: "/scripts"
- package-ecosystem: docker
directory: "/cron/webhook"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
- package-ecosystem: docker
directory: "/cron/controller"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
open-pull-requests-limit: 10

0 comments on commit 50fd921

Please sign in to comment.