From 3a5eaebce25d39c9ac4efc016a0cc56e8d0ff2c9 Mon Sep 17 00:00:00 2001 From: Louwrens van Dellen Date: Mon, 18 May 2026 16:31:15 +0200 Subject: [PATCH 1/2] ci: add dependabot.yml to update github-actions --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d52cfe9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + # Enable version updates for Github Actions + - package-ecosystem: "github-actions" + # Look for `/.github/workflows` and `/action.yml` or `.yaml` + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly" + From 728f141cd2d3de093fd84228dd12d96ca1f102ca Mon Sep 17 00:00:00 2001 From: Olivier Hoenen Date: Fri, 22 May 2026 17:20:18 +0200 Subject: [PATCH 2/2] Update .github/dependabot.yml --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d52cfe9..52525b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,9 @@ updates: # Check for updates once a week schedule: interval: "weekly" + # Group actions version bumps into a single PR + groups: + actions-deps: + patterns: + - "*"