runtipi/.github/dependabot.yml

20 lines
383 B
YAML
Raw Normal View History

2023-05-21 10:03:25 +03:00
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
2023-06-15 23:19:54 +03:00
versioning-strategy: increase
2023-05-21 10:03:25 +03:00
schedule:
interval: 'daily'
rebase-strategy: 'auto'
groups:
minor-patch:
update-types:
2024-03-05 20:20:47 +03:00
- minor
- patch
2023-05-21 10:03:25 +03:00
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
rebase-strategy: 'auto'