Skip to content

Commit 6c931d5

Browse files
authored
🔧 Configuration updates (#667)
## What does this change? - Fix renovate config. - Do not roll patch versions and extend other versions stability days. - Remove EOF for idea generated files.
1 parent af1dbd7 commit 6c931d5

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

‎.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎renovate.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@
1111
"branchConcurrentLimit": 5,
1212
"branchPrefix": "upgrade-renovate-",
1313
"dependencyDashboard": false,
14-
"ignorePaths": [".github/"],
14+
"ignorePaths": [".github/", "examples/**"],
1515
"major": {
16-
"stabilityDays": 7
16+
"stabilityDays": 30
1717
},
1818
"minor": {
19-
"stabilityDays": 3
20-
},
21-
"patch": {
22-
"stabilityDays": 2
23-
},
24-
"ignorePaths": ["examples/**"]
19+
"stabilityDays": 14
20+
}
2521
}

0 commit comments

Comments
 (0)