From fd770215c7228e95ce0293d75d79703c5e209a71 Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Thu, 7 May 2026 14:35:58 +0200 Subject: [PATCH 1/3] chore(deps): Add Dependabot for Gradle plugins Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/dependabot.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b88a67a7f0c..990c76183d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,18 @@ version: 2 +registries: + gradle-plugin-portal: + type: maven-repository + url: https://plugins.gradle.org/m2 + username: dummy # Required by dependabot + password: dummy # Required by dependabot updates: + - package-ecosystem: "gradle" + directory: "/" + registries: + - gradle-plugin-portal + schedule: + interval: "daily" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly + interval: "daily" From 652d56fdaa41b3be831411b4106a722215756a6d Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Thu, 7 May 2026 14:38:05 +0200 Subject: [PATCH 2/3] chore(deps): Exclude Spring Boot from Dependabot Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 990c76183d8..55f020c3a54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,8 @@ updates: - gradle-plugin-portal schedule: interval: "daily" + ignore: + - dependency-name: "org.springframework.boot*" - package-ecosystem: "github-actions" directory: "/" schedule: From 0bb1f012b9fe2eeb76726fc53e0d8b5ea2c96584 Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Thu, 7 May 2026 14:41:03 +0200 Subject: [PATCH 3/3] chore(deps): Add commit message prefix for Dependabot Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55f020c3a54..de0ec42a9ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,11 @@ updates: interval: "daily" ignore: - dependency-name: "org.springframework.boot*" + commit-message: + prefix: "chore(deps)" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore(deps)"