create-node-lib 2.16.1 → 2.16.3

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.16.3](https://github.com/lirantal/create-node-lib/compare/v2.16.2...v2.16.3) (2026-04-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update dependabot.yml with labels for automerge ([d3f645a](https://github.com/lirantal/create-node-lib/commit/d3f645a95ff0520642008aad443b1fe43924b7e0))
7
+
8
+ ## [2.16.2](https://github.com/lirantal/create-node-lib/compare/v2.16.1...v2.16.2) (2026-04-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update CI badge link in README.md ([eb20ad2](https://github.com/lirantal/create-node-lib/commit/eb20ad278266cae440e609baaa398eec65b22642))
14
+
1
15
  ## [2.16.1](https://github.com/lirantal/create-node-lib/compare/v2.16.0...v2.16.1) (2026-04-26)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-node-lib",
3
- "version": "2.16.1",
3
+ "version": "2.16.3",
4
4
  "description": "Scaffolding out a Node.js library module",
5
5
  "bin": "./bin/cli.js",
6
6
  "engines": {
@@ -13,6 +13,11 @@ updates:
13
13
  semver-major-days: 7
14
14
  semver-minor-days: 7
15
15
  semver-patch-days: 7
16
+ # Use the 'dependencies' default label and add
17
+ # the 'automerge' one for automerge github action support
18
+ labels:
19
+ - "dependencies"
20
+ - "automerge"
16
21
 
17
22
  - package-ecosystem: "npm"
18
23
  directory: "/"
@@ -14,7 +14,7 @@
14
14
  <a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/v/<%= projectName %>" alt="npm version"/></a>
15
15
  <a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/license/<%= projectName %>" alt="license"/></a>
16
16
  <a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/dt/<%= projectName %>" alt="downloads"/></a>
17
- <a href="https://github.com/<%= username %>/<%= projectName %>/actions?workflow=CI"><img src="https://github.com/<%= username %>/<%= projectName %>/workflows/CI/badge.svg" alt="build"/></a>
17
+ <a href="https://github.com/<%= username %>/<%= projectName %>/actions/workflows/main.yml"><img src="https://github.com/<%= username %>/<%= projectName %>/actions/workflows/main.yml/badge.svg?branch=main" alt="build"/></a>
18
18
  <a href="https://app.codecov.io/gh/<%= username %>/<%= projectName %>"><img src="https://badgen.net/codecov/c/github/<%= username %>/<%= projectName %>" alt="codecov"/></a>
19
19
  <a href="./SECURITY.md"><img src="https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg" alt="Responsible Disclosure Policy" /></a>
20
20
  </p>