From 0772332dd249ae524ebc80ffc85c4d8e332884eb Mon Sep 17 00:00:00 2001 From: gloria Date: Thu, 28 Aug 2025 11:03:30 +0200 Subject: [PATCH 1/2] chore: change dependabot package ecosystem from npm to bun --- .github/dependabot.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eef938a7..372c3fca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,26 +5,22 @@ version: 2 updates: - - package-ecosystem: npm + - package-ecosystem: bun directory: / schedule: interval: daily + - package-ecosystem: github-actions directory: / schedule: interval: daily - - package-ecosystem: npm - directory: /apps/blog - schedule: - interval: daily - - - package-ecosystem: npm - directory: /packages/tailwind + - package-ecosystem: bun + directory: /packages/remark-plugin schedule: interval: daily - - package-ecosystem: npm + - package-ecosystem: bun directory: /apps/website schedule: interval: daily From 961eab60d0e0c9d4b2e871cb5d068478a2b37ece Mon Sep 17 00:00:00 2001 From: gloria Date: Thu, 28 Aug 2025 11:29:04 +0200 Subject: [PATCH 2/2] chore: use npm package ecosystem --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 372c3fca..1de16ec9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: bun + - package-ecosystem: npm directory: / schedule: interval: daily @@ -15,12 +15,12 @@ updates: schedule: interval: daily - - package-ecosystem: bun + - package-ecosystem: npm directory: /packages/remark-plugin schedule: interval: daily - - package-ecosystem: bun + - package-ecosystem: npm directory: /apps/website schedule: interval: daily