Files
stale/.github/dependabot.yml
Falk Puschner 4b36ad56cb 💚 run prettier
2022-05-11 13:00:09 +02:00

15 lines
372 B
YAML

version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'