From 6cfca9d247cb0017122e1c2902862f045c816520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Tue, 26 Sep 2023 13:10:33 +0200 Subject: [PATCH] Update dependabot config (#97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- .github/dependabot.yml | 3 +++ .github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d2a526c..646baab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,9 @@ updates: schedule: interval: "weekly" day: "wednesday" + ignore: + - dependency-name: "node" + versions: ["18-alpine3.17", "19-alpine3.17", "20-alpine3.17"] - package-ecosystem: "docker" directory: "/database/migrations" schedule: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dff16a..39eaba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Rust uses: actions-rs/toolchain@v1 with: