From d28188315c2ab9726b004a9abce9949127a50a0d Mon Sep 17 00:00:00 2001 From: Dennis Huebner Date: Fri, 6 Dec 2024 14:55:50 +0100 Subject: [PATCH] Fine-tune depenabot settings --- .github/dependabot.yml | 10 +++++++++- .gitpod.yml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51d8f56..181271a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,17 @@ updates: directory: "/" # Location of package.json file schedule: interval: "weekly" + applies-to: + - security-updates + allow: + - dependency-type: "production" # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" directory: "/" # Location of GitHub Actions workflows schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + applies-to: + - security-updates + allow: + - dependency-type: "production" \ No newline at end of file diff --git a/.gitpod.yml b/.gitpod.yml index 620d2fb..94bd909 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - before: npm install -g npm@^7.7.0 + - before: npm install -g npm@^10.9.1 init: npm install vscode: