From 22ff60c2f6c76b039f64a4aa80d4f38edcd50a10 Mon Sep 17 00:00:00 2001 From: Krzysztof Reczek Date: Thu, 12 Sep 2024 16:12:15 +0100 Subject: [PATCH] Fix dependabot.yml configuration --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a1becd9..120de26 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,23 +6,23 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 + - package-ecosystem: gomod directory: "/cmd/example" - ignored_updates: - - match: - dependency_name: github.com/krzysztofreczek/go-structurizr - version_requirement: "=0.0.0" schedule: interval: daily time: "04:00" open-pull-requests-limit: 10 + ignore: + - dependency-name: github.com/krzysztofreczek/go-structurizr + versions: "=0.0.0" + - package-ecosystem: gomod directory: "/cmd/example-yaml" - ignored_updates: - - match: - dependency_name: github.com/krzysztofreczek/go-structurizr - version_requirement: "=0.0.0" schedule: interval: daily time: "04:00" open-pull-requests-limit: 10 + ignore: + - dependency-name: github.com/krzysztofreczek/go-structurizr + versions: "=0.0.0"