From 5966bc24be31a29a7f646fad6ff20b67ad418018 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 9 Feb 2024 08:34:14 +0100 Subject: [PATCH] .github: don't run integration tests on actions changes --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d17ec69..4258f34 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,5 +25,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" open-pull-requests-limit: 3 + labels: + - "no-test" schedule: interval: "weekly"