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

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'