From fd0b7d4d826663e1cd7ca6ccacbd157ecf48866c Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 22 Aug 2022 13:18:20 +0200 Subject: [PATCH] auto ignore dependencies update from change log (#1246) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1..41daa18537 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ +# Documentation +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + labels: + - "exclude-from-changelog"