From 79e80c6cfc3f8daf3e9e4704624c196212aed9a5 Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:14:47 +1000 Subject: [PATCH] dependabot pnpm, not npm, also ignore dependabot branches for translations --- .github/dependabot.yml | 2 +- .github/workflows/translations.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91560a1..d6edf11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "npm" + - package-ecosystem: "pnpm" directory: "/" schedule: interval: "weekly" diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 3cb0ac0..68c8872 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -10,6 +10,7 @@ on: - i18n-crowdin-translations - manual-crowdin-updates - gh-readonly-queue/** + - dependabot/** workflow_dispatch: permissions: