Browse Source

ci: update dependabot configuration (#7204)

I increased the chill of the github actions and NPM/docs dependencies,
and added default automerging of the go dependencies.
pull/7195/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
6f08c14375
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 9 deletions
  1. +32
    -9
      .github/dependabot.yml

+ 32
- 9
.github/dependabot.yml View File

@ -3,25 +3,48 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "11:00"
interval: weekly
open-pull-requests-limit: 10
labels:
- T:dependencies
- S:automerge
- package-ecosystem: npm
directory: "/docs"
schedule:
interval: weekly
open-pull-requests-limit: 10
###################################
##
## Update All Go Dependencies
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "master"
open-pull-requests-limit: 10
labels:
- T:dependencies
- S:automerge
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "11:00"
target-branch: "v0.34.x"
open-pull-requests-limit: 10
reviewers:
- fadeev
labels:
- T:dependencies
- S:automerge
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "11:00"
target-branch: "v0.35.x"
open-pull-requests-limit: 10
reviewers:
- melekes
- tessr
labels:
- T:dependencies
- S:automerge

Loading…
Cancel
Save