Configure Dependabot for npm and GitHub Actions

Updated Dependabot configuration to include npm and GitHub Actions with daily update schedules.
This commit is contained in:
Nico 2025-12-21 15:13:54 +01:00 committed by GitHub
parent ea9d867cd2
commit 1d7897b745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: 'auto'
groups:
minor-patch:
update-types:
- minor
- patch
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
rebase-strategy: 'auto'