Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 9e85f46

Browse files
committed
Group Dependabot PRs and remove merge-dependabot (apache/logging-log4j2#3990)
1 parent afca660 commit 9e85f46

3 files changed

Lines changed: 12 additions & 55 deletions

File tree

.github/dependabot.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ updates:
2828
- package-ecosystem: maven
2929
directory: "/"
3030
schedule:
31-
interval: daily
32-
open-pull-requests-limit: 10
31+
interval: monthly
32+
groups:
33+
dependencies:
34+
patterns: [ "*" ]
3335
registries:
3436
- maven-central
3537
ignore:
@@ -48,9 +50,15 @@ updates:
4850
- package-ecosystem: github-actions
4951
directory: "/"
5052
schedule:
51-
interval: weekly
53+
interval: monthly
54+
groups:
55+
dependencies:
56+
patterns: [ "*" ]
5257

5358
- package-ecosystem: npm
5459
directory: "/"
5560
schedule:
56-
interval: daily
61+
interval: monthly
62+
groups:
63+
dependencies:
64+
patterns: [ "*" ]

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ permissions: read-all
3737
jobs:
3838

3939
build:
40-
if: github.actor != 'dependabot[bot]'
4140
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
4241
with:
4342
java-version: |

.github/workflows/merge-dependabot.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)