Skip to content

Commit

Permalink
chore(config): add dependabot configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
  • Loading branch information
davidsneighbour committed Sep 26, 2024
1 parent d0490cb commit 3c3478a
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3c3478a

Please sign in to comment.