summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 48b729622923ee61b332d124a3bc73d83d4261a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
    labels:
      - "no changelog"
      - "area/ci"
  - package-ecosystem: gomod
    directory: /src/go/collectors/go.d.plugin
    schedule:
      interval: weekly
    labels:
      - "area/go"