create-node-lib 2.16.4 → 2.16.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/template/.github/dependabot.yml +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.16.5](https://github.com/lirantal/create-node-lib/compare/v2.16.4...v2.16.5) (2026-04-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Simplify cooldown settings in dependabot.yml ([ea84937](https://github.com/lirantal/create-node-lib/commit/ea849374e41d47f306a8d14ef2cd703a6300bbb8))
|
|
7
|
+
|
|
1
8
|
## [2.16.4](https://github.com/lirantal/create-node-lib/compare/v2.16.3...v2.16.4) (2026-04-29)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -10,9 +10,6 @@ updates:
|
|
|
10
10
|
open-pull-requests-limit: 10
|
|
11
11
|
cooldown:
|
|
12
12
|
default-days: 7
|
|
13
|
-
semver-major-days: 7
|
|
14
|
-
semver-minor-days: 7
|
|
15
|
-
semver-patch-days: 7
|
|
16
13
|
# Use the 'dependencies' default label and add
|
|
17
14
|
# the 'automerge' one for automerge github action support
|
|
18
15
|
labels:
|