aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yaml
blob: 71b20a1aed5219b3208f58e8cf7ffacae7b874ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2
updates:
  - package-ecosystem: gomod
    directory: /
    schedule:
      interval: weekly
    labels:
      - "dependencies"
      - "go"
  - package-ecosystem: "github-actions"
    directory: /
    schedule:
      interval: weekly