mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
26.51.2024 3c3478addf7cc6aa69a768bb1a95464967cba075
chore(config): add dependabot configuration

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
1 files added
58 ■■■■■ changed files
.github/dependabot.yml 58 ●●●●● patch | view | raw | blame | history
.github/dependabot.yml
New 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