mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 15:45:53 +03:00
[PR #1686] [MERGED] Improve dependency tracking in pull-requests.yml workflow with explicit depName parameters #3042
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#3042
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1686
Author: @Copilot
Created: 10/12/2025
Status: ✅ Merged
Merged: 10/12/2025
Merged by: @antonym
Base:
development← Head:copilot/update-install-dependencies-step📝 Commits (2)
5579dd1Initial plan43b016fUpdate pull-requests.yml with depName parameters and remove trailing whitespace📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
.github/workflows/pull-requests.yml(+3 -3)📄 Description
This PR enhances the Renovate dependency tracking configuration in the
.github/workflows/pull-requests.ymlworkflow file by adding explicitdepNameparameters to the pip install commands.Changes
Added explicit depName parameters
ansiblepip install comment:# renovate: datasource=pypi depName=ansibleansible-lintpip install comment:# renovate: datasource=pypi depName=ansible-lintThese explicit
depNameparameters help Renovate better track and update these dependencies by providing unambiguous package names, improving the reliability of automated dependency updates.Code quality improvement
python -m pip install --upgrade piplineBenefits
depName=python)The changes follow the existing Renovate configuration patterns in the file and maintain backward compatibility with the workflow execution.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.