hello-lights 0.3.10 → 0.3.11

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.
@@ -0,0 +1,14 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ # Only open PRs for security vulnerabilities, not version bumps
8
+ open-pull-requests-limit: 5
9
+ groups:
10
+ # Group all security patches into a single PR when possible
11
+ security-patches:
12
+ applies-to: security-updates
13
+ patterns:
14
+ - "*"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hello-lights",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Commands to control a traffic light",
5
5
  "main": "index.js",
6
6
  "bin": {