Skip to content

Commit eafe2a4

Browse files
committed
Add release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8fcd187 commit eafe2a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASE_NOTES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ But you might still need to adapt your code:
2626

2727
### Cookiecutter template
2828

29-
<!-- Here new features for cookiecutter specifically -->
29+
- Dependabot config now uses a new grouping that should make upgrades more smooth.
30+
31+
* We group patch updates as they should always work.
32+
* We also group minor updates, as it works too for most libraries, typically except libraries that don't have a stable release yet (v0.x.x branch), so we make some exceptions for them.
33+
* Major updates and dependencies excluded by the above groups are still managed, but they'll create one PR per dependency, as breakage is expected, so it might need manual intervention.
34+
* Finally, we group some dependencies that are related to each other, and usually needs to be updated together.
3035

3136
## Bug Fixes
3237

0 commit comments

Comments
 (0)