aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yaml
blob: 403f428e49c30dcacf4f5f59efbef7fd6a62e410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "build"

  - package-ecosystem: "gomod"
    directory: "/"
    schedule:
      interval: "daily"
    commit-message:
      prefix: "build"

  - package-ecosystem: "gomod"
    directory: "/cli/go-git"
    schedule:
      interval: "daily"
    commit-message:
      prefix: "build"