From 6912a9d9bd3665a74a0171c4e081e4803da3c4d6 Mon Sep 17 00:00:00 2001 From: Beppe Catanese Date: Mon, 6 Jan 2025 15:27:34 +0100 Subject: [PATCH] Dependabot skip '_archive/**' --- .github/dependabot.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aece8d3..0770c5c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,20 @@ version: 2 updates: -- package-ecosystem: "npm" - directory: "/" + - package-ecosystem: "npm" + directory: "/" schedule: - interval: "weekly" + interval: "weekly" ignore: - dependency-name: "*" update-types: ["version-update:semver-patch", "version-update:semver-minor"] -- package-ecosystem: "npm" - directory: "/" + ignore-paths: + - "_archive/**" + - package-ecosystem: "npm" + directory: "/" schedule: - interval: "daily" + interval: "daily" allow: - dependency-name: "@adyen/api-library" + ignore-paths: + - "_archive/**"