Add `Develocity` to Dependabot
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index acfb9bc..43e859c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -30,7 +30,7 @@
 
   build:
     if: github.actor != 'dependabot[bot]'
-    # Temporary switch to `@fix/macos-java-8` to see how the situation evolves with macOS runners
+    # Temporary use `develocity` branch
     uses: apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
     secrets:
       GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml
index 0b25190..a2a8f1f 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,9 +30,10 @@
 
   build:
     if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
-    # Temporary switch to `@fix/macos-java-8` to see how the situation evolves with macOS runners
-    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@fix/macos-java-8
-    # uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
+    # Temporary use `develocity` branch
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
+    secrets:
+      GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
     with:
       java-version: |
         8