From 97d4b07e6e8378fb366d53f9b188dc345dd4fed5 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Fri, 24 May 2024 07:16:57 +0200 Subject: [PATCH] ignore some update in npm --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c2e278..6d0d70d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,13 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" + ignore: + # Ignore updates to packages that start with 'aws' + # Wildcards match zero or more arbitrary characters + - dependency-name: "@asciidoctor/core" + - dependency-name: "asciidoctor" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly"