aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 26048beba06ca0ec0373eaa0ec02fed99be0f8da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
version: 2
updates:
  - package-ecosystem: "npm" # See documentation for possible values
    directory: "/" # Location of package manifests
    schedule:
      interval: "daily"
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"