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