From 0085e02704e1c527a7cd50230014c4a39cf3676f Mon Sep 17 00:00:00 2001 From: sarveshsea Date: Sun, 7 Jun 2026 23:39:56 -0500 Subject: [PATCH] ci: run package workflow on Blacksmith --- .github/dependabot.yml | 11 +++++++++++ .github/workflows/ci.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4a1617c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e021dd4..1cf6c78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: blacksmith-2vcpu-ubuntu-2404 strategy: matrix: node: [20, 22]