chore(config): add dependabot configuration

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-09-26 09:51:01 +07:00
parent d0490cba66
commit 3c3478addf
No known key found for this signature in database
GPG key ID: 3F549359A1CA269A

58
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,58 @@
################################################################################
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
################################################################################
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
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: weekly
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: weekly
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