diff --git a/.idea/.name b/.idea/.name index 9e8a08505..1af761929 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -FlutterGen +FlutterGen \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 7207582b9..76605f58a 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -10,4 +10,4 @@ - + \ No newline at end of file diff --git a/renovate.json b/renovate.json index 37bd4d3c4..51916f962 100644 --- a/renovate.json +++ b/renovate.json @@ -11,15 +11,11 @@ "branchConcurrentLimit": 5, "branchPrefix": "upgrade-renovate-", "dependencyDashboard": false, - "ignorePaths": [".github/"], + "ignorePaths": [".github/", "examples/**"], "major": { - "stabilityDays": 7 + "stabilityDays": 30 }, "minor": { - "stabilityDays": 3 - }, - "patch": { - "stabilityDays": 2 - }, - "ignorePaths": ["examples/**"] + "stabilityDays": 14 + } }