@donmahallem/renovate-config 0.11.0 → 0.12.2

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.
Files changed (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donmahallem/renovate-config",
3
- "version": "0.11.0",
3
+ "version": "0.12.2",
4
4
  "description": "General renovate config",
5
5
  "private": false,
6
6
  "keywords": [
@@ -55,7 +55,10 @@
55
55
  "labels": [
56
56
  "dependencies"
57
57
  ],
58
- "prCreation": "status-success",
58
+ "prCreation": "immediate",
59
+ "postUpdateOptions": [
60
+ "npmDedupe"
61
+ ],
59
62
  "packageRules": [
60
63
  {
61
64
  "groupName": "@donmahallem/turbo packages",
@@ -137,5 +140,5 @@
137
140
  }
138
141
  }
139
142
  },
140
- "gitHead": "dd4502832c503968e42538555c26857c53a582fa"
143
+ "gitHead": "9a53094120bb693f4ea099c56e4d5c4e9272d47f"
141
144
  }