Skip to content

Commit c1f1ffc

Browse files
committed
Disable (temporarily) Dependabot updates
This is a short workaround for the compatibility issues between `merge-dependabot` and branch protection rules. Commits pushed by a GitHub workflow don't trigger other workflows, so Dependabot PRs cannot be merged if the workflow manages to add a changelog file.
1 parent 34ced7c commit c1f1ffc

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ permissions: read-all
2929
jobs:
3030

3131
build:
32-
if: github.actor != 'dependabot[bot]'
3332
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
3433
secrets:
3534
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.DEVELOCITY_ACCESS_KEY }}

.github/workflows/merge-dependabot.yaml

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

0 commit comments

Comments
 (0)