From 1606e8dfdb77d1f12dea8d630ed4c3c991b1bd5e Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Wed, 10 Jul 2024 20:23:04 +0200 Subject: [PATCH] correct intend for type, fixes #13 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4cc25b8..535a126 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: interval: daily open-pull-requests-limit: 10 default-labels: - - "Type: dependencies" + - "Type: dependencies"