ci: add dependabot for npm and github actions

This commit is contained in:
naiba
2026-06-05 22:53:28 +00:00
parent aa0f6a201a
commit c706ffbd36
+21
View File
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
npm-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
groups:
github-actions:
patterns:
- "*"