Browse Source

add dependabot config (#5243)

## Description

This also adds dependabot for github actions

Closes: #XXX
pull/5245/head
Marko 4 years ago
committed by GitHub
parent
commit
913f5010c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions
  1. +28
    -0
      .github/dependabot.yml

+ 28
- 0
.github/dependabot.yml View File

@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/docs"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
reviewers:
- fadeev
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
reviewers:
- melekes
- tessr
- erikgrinaker
labels:
- T:dependencies

Loading…
Cancel
Save