From 31597cbc7ca003c2a21cb9799159f6d598df3df9 Mon Sep 17 00:00:00 2001 From: maurycy <5383+maurycy@users.noreply.github.com> Date: Thu, 4 Sep 2025 03:25:48 +0200 Subject: [PATCH 1/2] do not dependabot benchmarks --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bd341ac..15c25f37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/pyperformance/requirements" schedule: interval: "monthly" + exclude-paths: + - "pyperformance/data-files/" From 13890e1bc77235de28f98e59b7165046356570a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurycy=20Paw=C5=82owski-Wiero=C5=84ski?= <5383+maurycy@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:55:04 +0200 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15c25f37..4a22ba3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: "pip" directory: "/pyperformance/requirements" - schedule: - interval: "monthly" exclude-paths: - "pyperformance/data-files/" + schedule: + interval: "monthly"