🌱 update dependabot for cron and scripts

The cron and scripts are based on go.mod. The dependabot settings are
updated to watch those folders.
This commit is contained in:
naveen 2021-03-22 12:54:47 +00:00 committed by Naveen
parent 7622cea5a6
commit 775a83a2f7

View File

@ -23,3 +23,13 @@ updates:
directory: "/gitcache"
schedule:
interval: daily
- package-ecosystem: gomod
directory: "/cron"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/scripts"
schedule:
interval: daily
open-pull-requests-limit: 10