From 188d15141e77f8d0305c92fd54f379db7d249e35 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 12 Dec 2020 14:39:41 +0100 Subject: [PATCH] Update to "tmpl-go" template repository version 0.6.0 Update to "tmpl-go" version 0.6.0 [1] which reduces "Dependabot PR noise for the NPM package ecosystem [2]. [1]: https://github.com/svengreb/tmpl-go/releases/tag/v0.6.0 [2]: https://github.com/svengreb/tmpl/issues/65 GH-16 --- .github/dependabot.yml | 4 +++- .github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0072cd0..c5deb7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,7 +33,9 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + allow: + - dependency-type: "production" reviewers: - "svengreb" labels: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 225e80f..5bf5c6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: "Setup Node.js version 14.x" - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.3 with: node-version: "14.x" - name: Install Node modules