Skip to content

⚙️ [Maintenance]: Dependabot updates now target a dedicated branch - #311

Closed
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
mainfrom
dependabot/update-target
Closed

⚙️ [Maintenance]: Dependabot updates now target a dedicated branch#311
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
mainfrom
dependabot/update-target

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

Dependabot version update PRs now target the dependabot/update-target branch instead of main. This allows dependency updates to be batched and reviewed together before merging into the default branch, reducing noise on main.\n\n## Changed: Dependabot target branch\n\nAll future dependabot PRs for github-actions will be created against dependabot/update-target instead of main. Existing open dependabot PRs have been retargeted to this branch as well.\n\n## Technical Details\n\n- Added target-branch: dependabot/update-target to .github/dependabot.yml under the github-actions ecosystem entry.

@github-actions

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

PathDescription
src/**Module source code
README.mdDocumentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

1 similar comment
@github-actions

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

PathDescription
src/**Module source code
README.mdDocumentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

@github-actions

Copy link
Copy Markdown

Super-linter summary

LanguageValidation result
CHECKOVPass ✅
GITLEAKSPass ✅
GIT_MERGE_CONFLICT_MARKERSPass ✅
MARKDOWNPass ✅
NATURAL_LANGUAGEPass ✅
POWERSHELLPass ✅
PRE_COMMITPass ✅
SPELL_CODESPELLPass ✅
TRIVYPass ✅
YAMLPass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@MariusStorhaug