mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-10-14 00:59:29 +00:00
CI: fix (again) Dependabot setup: add workaround to set different schedules for npm updates
This commit is contained in:
parent
b583bcad23
commit
a7660cc43b
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "npm"
|
- 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: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user