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

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