CI: fix (again) Dependabot setup: add workaround to set different schedules for npm updates

This commit is contained in:
larabr 2025-02-11 11:36:54 +01:00
parent b583bcad23
commit a7660cc43b

View File

@ -1,6 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
# The redundant target-branch directive is needed to set two different update schedules for npm,
# working around a dependabot limitation:
# see https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219 .
target-branch: main
directory: "/"
schedule:
interval: "daily"