From 1e2732bca005b95873731f777e00b66c423eefea Mon Sep 17 00:00:00 2001 From: Gregor Noczinski Date: Tue, 28 Oct 2025 15:45:36 +0100 Subject: [PATCH 1/2] Added dependabot updates for gha --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db9ba41..aa83d6a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: '/' schedule: interval: 'weekly' + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From b8ba19dd9d346232f1a2137c628cfb7c29683b83 Mon Sep 17 00:00:00 2001 From: Gregor Noczinski Date: Tue, 28 Oct 2025 15:52:51 +0100 Subject: [PATCH 2/2] Lint --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa83d6a..a27cdfa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: 'weekly' - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly'