From 96ac7f2092a9687d848000bde139677b561c72a2 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 6 Mar 2022 17:02:38 +0100 Subject: [PATCH] Ignore `standard` and `hallmark` updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 164ea82..f66fb3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,9 @@ updates: directory: / schedule: interval: monthly + ignore: + - dependency-name: standard + - dependency-name: hallmark - package-ecosystem: github-actions directory: / schedule: