ananke/.github/dependabot.yml
Patrick Kollitsch 6a77b14638
chore(config): update dependabot to monthly runs
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-11-29 13:38:03 +07:00

59 lines
1.4 KiB
YAML

################################################################################
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
################################################################################
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
assignees:
- davidsneighbour
reviewers:
- davidsneighbour
target-branch: main
open-pull-requests-limit: 999
pull-request-branch-name:
separator: /
labels:
- type:dependencies
- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
assignees:
- davidsneighbour
reviewers:
- davidsneighbour
target-branch: main
open-pull-requests-limit: 999
pull-request-branch-name:
separator: /
labels:
- type:dependencies
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
assignees:
- davidsneighbour
reviewers:
- davidsneighbour
target-branch: main
open-pull-requests-limit: 999
pull-request-branch-name:
separator: /
labels:
- type:dependencies