chore(config): update dependabot to monthly runs
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
40c8d5f5ee
commit
6a77b14638
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -6,7 +6,7 @@ updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
day: friday
|
day: friday
|
||||||
time: "18:00"
|
time: "18:00"
|
||||||
timezone: Asia/Bangkok
|
timezone: Asia/Bangkok
|
||||||
|
@ -24,7 +24,7 @@ updates:
|
||||||
- package-ecosystem: gomod
|
- package-ecosystem: gomod
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
day: friday
|
day: friday
|
||||||
time: "18:00"
|
time: "18:00"
|
||||||
timezone: Asia/Bangkok
|
timezone: Asia/Bangkok
|
||||||
|
@ -42,7 +42,7 @@ updates:
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
day: friday
|
day: friday
|
||||||
time: "18:00"
|
time: "18:00"
|
||||||
timezone: Asia/Bangkok
|
timezone: Asia/Bangkok
|
||||||
|
|
Loading…
Reference in a new issue