From bc1c1e3177d255438bdb5c05c0d48ae5d9996c57 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Fri, 28 Aug 2026 17:27:18 +0200 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..75e7334 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directories: + - "/" + - "/.github/actions/*/" + schedule: + interval: "daily" + + # Maintain Java dependencies for the Gradle multi-project build. + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "03:00" + timezone: "Europe/Amsterdam" + rebase-strategy: disabled # Prevent unnecessary pipeline runs