Files
headlessui/.github/dependabot.yml
T
HonkingGoose bf2c251f09 chore: use Dependabot to check for npm updates (#23)
Dependabot will check for npm updates each working day (Monday trough Friday).
It will label any pull requests with the `dependencies` label.
2020-10-05 13:30:14 +02:00

9 lines
141 B
YAML

version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
labels:
- 'dependencies'