From a6345f02eadf2498e7e9d67ffcf4c20ed02c0ad5 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Fri, 27 Aug 2021 15:48:46 +0200 Subject: [PATCH] Let dependabot ignore patch updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd04e8fe..93365d5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: directory: '/' # Location of package manifests schedule: interval: 'daily' + ignore: + - dependency-name: '*' + update-types: ['version-update:semver-patch']