@vidavidorra/create-project 2.0.12 → 2.0.13

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.
@@ -1,4 +1,14 @@
1
1
  {
2
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>vidavidorra/.github"]
3
+ "extends": ["github>vidavidorra/.github"],
4
+ "packageRules": [
5
+ {
6
+ "description": "Update dep-dependencies used in package with fix type",
7
+ "excludePackageNames": ["sinon"],
8
+ "excludePackagePatterns": ["^@types/"],
9
+ "extends": [":semanticPrefixFix"],
10
+ "ignorePresets": [":semanticPrefixFixDepsChoreOthers"],
11
+ "matchPackagePatterns": ["*"]
12
+ }
13
+ ]
4
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [