From 7e75eed93a30fa8b525851acc089679eebfd2fe0 Mon Sep 17 00:00:00 2001 From: Lukas Jost Date: Fri, 2 Jan 2026 15:59:21 +0100 Subject: [PATCH] chore: add dependabot --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5d8a3fb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + # Monitor Gradle dependencies + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" + # Monitor GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 5 + groups: + github-actions-minor-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch"