aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: c230f5f9567299133b57f7854d5f8a28fe47c096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
  - directory: "/"
    package-ecosystem: "github-actions"
    schedule:
      interval: "daily"
  - directory: "/"
    package-ecosystem: "gomod"
    schedule:
      interval: "daily"