summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 3eddd09af31578d88431b18a46b471138b08987f (plain)
1
2
3
4
5
6
7
version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: 'github-actions'
    directory: '/'
    schedule:
      interval: 'daily'