Skip to content

Commit cb266aa

Browse files
committed
ci(deps): disable lockfile workflow for Dependabot PRs
The new Dependabot grouping strategy should handle version alignment. This workflow was causing conflicts by running syncpack which reverted Dependabot's version updates back to main branch versions.
1 parent fa2b91c commit cb266aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dependabot-lockfile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ permissions:
1111

1212
jobs:
1313
lockfile:
14-
# Check if PR was created by Dependabot (works even when humans reopen the PR)
15-
if: github.event.pull_request.user.login == 'dependabot[bot]'
14+
# DISABLED: Dependabot groups now handle version alignment
15+
# This workflow was causing conflicts by reverting Dependabot's version updates
16+
if: false
1617
runs-on: ubuntu-latest
1718
env:
1819
# Use environment variables for any github context to avoid injection risks

0 commit comments

Comments
 (0)