From 90ae9f121109215832469dcf3a8122fd39515d9a Mon Sep 17 00:00:00 2001 From: Julien Stephan Date: Fri, 21 Aug 2026 14:42:20 +0200 Subject: [PATCH 1/2] Add GitHub Actions to Dependabot updates Updated Dependabot configuration to include GitHub Actions. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2bfe25a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From a0061a7568876ac937cc975153bd32bbea6f4c00 Mon Sep 17 00:00:00 2001 From: Julien Stephan Date: Fri, 21 Aug 2026 15:03:09 +0200 Subject: [PATCH 2/2] Add groups configuration for GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2bfe25a..787e7ee 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + github-actions: + patterns: + - "*"