node-red-contrib-homebridge-automation 0.3.1-beta.2 → 0.3.1-beta.4

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.
@@ -15,12 +15,17 @@ updates:
15
15
  npm-dependencies:
16
16
  patterns:
17
17
  - "*"
18
+ # Automatically rebase PRs when conflicts occur
19
+ rebase-strategy: "auto"
20
+
18
21
  - package-ecosystem: github-actions
19
22
  directory: "/"
20
23
  schedule:
21
24
  interval: daily
22
25
  time: "10:00"
23
26
  open-pull-requests-limit: 10
27
+ # Automatically rebase PRs when conflicts occur
28
+ rebase-strategy: "auto"
24
29
  groups:
25
30
  github-actions:
26
31
  patterns:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-homebridge-automation",
3
- "version": "0.3.1-beta.2",
3
+ "version": "0.3.1-beta.4",
4
4
  "description": "NodeRED Automation for HomeBridge",
5
5
  "main": "src/HAP-NodeRed.js",
6
6
  "scripts": {