From da74a84e7e5da819c6a54e15ba59da0e27c88424 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sat, 18 Jul 2026 21:21:07 -0700 Subject: [PATCH] Fill in PR number in release note (#1636) --- release-notes/Release-notes-0.15.9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/Release-notes-0.15.9.md b/release-notes/Release-notes-0.15.9.md index 3cf3eff5..c0f0ae91 100644 --- a/release-notes/Release-notes-0.15.9.md +++ b/release-notes/Release-notes-0.15.9.md @@ -117,7 +117,7 @@ this release should add its entry under the appropriate section below. ## Developer Tooling - **Documented the Dependabot / dependency-update process in CONTRIBUTING.md** - ([#TBD](https://github.com/Ride-The-Lightning/RTL/pull/TBD)). + ([#1636](https://github.com/Ride-The-Lightning/RTL/pull/1636)). Dependabot's security PRs target `master` and are never merged individually — they are resolved in batch dependency-update PRs against the current release branch (as done in #1633). That process was previously undocumented. CONTRIBUTING.md now has a "Handling