* Depedabot: explain how to allow rebases over appended commits
By default Dependabot stops rebasing PRs that have been altered, in some cases (especially when setting up automations that add commits to PRs automatically), this is not desirable, and it's preferable for Dependabot to force push over those commits, removing them and having the automation re-generate them.
This is a feature that's been present in Dependabot for a while already, but has not been documented, so let's document it.
* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md
* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md
Co-authored-by: Jurre <jurre@github.com>
* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>