From fd6623d1ebff091f6b57c88c5dbec0fdefaa6289 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 7 Aug 2025 09:01:16 +0200 Subject: [PATCH 1/2] java dependabot file --- .github/workflows/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabot.yaml diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml new file mode 100644 index 000000000000..5b063201e48d --- /dev/null +++ b/.github/workflows/dependabot.yaml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" From 20358feaee806ef9038244bf0c21d7addc5100d9 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 7 Aug 2025 10:54:48 +0200 Subject: [PATCH 2/2] add dependabot workflow file to rat exclusion list --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 06e9969a1605..4c3340a636a3 100644 --- a/pom.xml +++ b/pom.xml @@ -1075,6 +1075,7 @@ ui/legacy/** utils/testsmallfileinactive **/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker + .github/workflows/dependabot.yaml