lower dependabot update frequency

This commit is contained in:
Hendrik Muhs
2025-10-05 08:50:50 +02:00
parent f8d1bf312f
commit 5830d47d6f
+5 -2
View File
@@ -8,8 +8,11 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"