Skip to content

Commit e91eb6f

Browse files
authored
Remove merge-dependabot workflow (#311)
* Remove `merge-dependabot` workflow In this repository, we don't need changelog entries. I would therefore propose to disable the `merge-dependabot` workflow and merge upgrades manually. * Run Dependabot weekly
1 parent abc0f99 commit e91eb6f

File tree

3 files changed

+14
-50
lines changed

3 files changed

+14
-50
lines changed

.github/dependabot.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,31 @@ updates:
3030
- "/"
3131
- "log4j-samples-graalvm"
3232
schedule:
33-
interval: daily
34-
open-pull-requests-limit: 10
33+
interval: weekly
34+
groups:
35+
all:
36+
patterns:
37+
- "*"
3538
registries:
3639
- maven-central
3740

3841
- package-ecosystem: gradle
3942
directories:
4043
- "/"
4144
schedule:
42-
interval: daily
43-
open-pull-requests-limit: 10
45+
interval: weekly
46+
groups:
47+
all:
48+
patterns:
49+
- "*"
4450
registries:
4551
- maven-central
4652

4753
- package-ecosystem: github-actions
4854
directory: "/"
4955
schedule:
5056
interval: weekly
57+
groups:
58+
all:
59+
patterns:
60+
- "*"

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ permissions: read-all
3636
jobs:
3737

3838
integration-test:
39-
if: github.actor != 'dependabot[bot]'
4039
uses: apache/logging-log4j-samples/.github/workflows/integration-test.yaml@main

.github/workflows/merge-dependabot.yaml

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

0 commit comments

Comments
 (0)