From c1b47dd7cbc4e2bd362bb8f4ae83fc14d86bc70f Mon Sep 17 00:00:00 2001 From: nazreen <10964594+nazreen@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:44:23 -0800 Subject: [PATCH 1/5] x --- .../workflows/lz-definitions-dependabot.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/lz-definitions-dependabot.yaml diff --git a/.github/workflows/lz-definitions-dependabot.yaml b/.github/workflows/lz-definitions-dependabot.yaml new file mode 100644 index 0000000000..283cedd713 --- /dev/null +++ b/.github/workflows/lz-definitions-dependabot.yaml @@ -0,0 +1,28 @@ +version: 2 +name: "lz-definitions update" +updates: + - package-ecosystem: "npm" + # Monorepo: scan root plus all packages + examples + directories: + - "/" + - "/packages/*" + - "/examples/*" + + # Closest to “immediately”: run on a frequent cron schedule + schedule: + interval: "cron" + cronjob: "0 */2 * * *" # every 2 hours + + # Keep at most one open Dependabot PR at a time + open-pull-requests-limit: 1 + + # Only update this single public package + allow: + - dependency-name: "@layerzerolabs/lz-definitions" + dependency-type: "direct" + + # Grouping is redundant with the allow-list, but harmless and keeps naming consistent + groups: + lz-definitions: + patterns: + - "@layerzerolabs/lz-definitions" From 96ac70f074ad2e32acaf43b87c43752f654ae565 Mon Sep 17 00:00:00 2001 From: nazreen <10964594+nazreen@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:45:06 -0800 Subject: [PATCH 2/5] c --- .github/workflows/lz-definitions-dependabot.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lz-definitions-dependabot.yaml b/.github/workflows/lz-definitions-dependabot.yaml index 283cedd713..7eb652eaf4 100644 --- a/.github/workflows/lz-definitions-dependabot.yaml +++ b/.github/workflows/lz-definitions-dependabot.yaml @@ -2,13 +2,11 @@ version: 2 name: "lz-definitions update" updates: - package-ecosystem: "npm" - # Monorepo: scan root plus all packages + examples directories: - "/" - "/packages/*" - "/examples/*" - # Closest to “immediately”: run on a frequent cron schedule schedule: interval: "cron" cronjob: "0 */2 * * *" # every 2 hours From 9214f8fc10633dedb82cd09c844a0ebc72bc9514 Mon Sep 17 00:00:00 2001 From: nazreen <10964594+nazreen@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:12:30 -0800 Subject: [PATCH 3/5] move --- .../lz-definitions-dependabot.yaml => dependabot.yaml} | 1 - 1 file changed, 1 deletion(-) rename .github/{workflows/lz-definitions-dependabot.yaml => dependabot.yaml} (95%) diff --git a/.github/workflows/lz-definitions-dependabot.yaml b/.github/dependabot.yaml similarity index 95% rename from .github/workflows/lz-definitions-dependabot.yaml rename to .github/dependabot.yaml index 7eb652eaf4..1850c291e5 100644 --- a/.github/workflows/lz-definitions-dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,5 +1,4 @@ version: 2 -name: "lz-definitions update" updates: - package-ecosystem: "npm" directories: From f55e48bf5d4023b7157548762ab42c27267fda67 Mon Sep 17 00:00:00 2001 From: nazreen <10964594+nazreen@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:49:44 -0800 Subject: [PATCH 4/5] 12 --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1850c291e5..2941acd1be 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,7 +8,7 @@ updates: schedule: interval: "cron" - cronjob: "0 */2 * * *" # every 2 hours + cronjob: "0 */12 * * *" # every 12 hours # Keep at most one open Dependabot PR at a time open-pull-requests-limit: 1 From 298db8c0dd5db6c0ed65df9af5cb0cc7915bc497 Mon Sep 17 00:00:00 2001 From: nazreen <10964594+nazreen@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:50:47 -0800 Subject: [PATCH 5/5] interval --- .github/dependabot.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2941acd1be..c2afb29ee5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,8 +7,7 @@ updates: - "/examples/*" schedule: - interval: "cron" - cronjob: "0 */12 * * *" # every 12 hours + interval: "daily" # Keep at most one open Dependabot PR at a time open-pull-requests-limit: 1