WebChat/.github/dependabot.yml

10 lines
276 B
YAML
Raw Permalink Normal View History

2023-07-13 17:47:05 +00:00
version: 2
2023-07-13 17:32:36 +00:00
updates:
# Enable version updates for pnpm
2023-07-13 17:47:05 +00:00
- package-ecosystem: 'npm'
2023-07-13 17:32:36 +00:00
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'weekly'