aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: d32dceba655aa35b9e1da127a79fee8a0c2f43bb (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: "/search/"
    package-ecosystem: "gomod"
    schedule:
      interval: "daily"