aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: eccc28d280f32ef5ccd258bf348aa19f64c4ef00 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 2
updates:
  - package-ecosystem: "gomod"
    directory: "/"
    schedule:
      interval: "daily"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"