aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 9f4801c2d22bd4f5ffdadedf3fd95d30bfb12667 (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'