Skip to content

Commit fc80944

Browse files
authored
Merge pull request #73 from Profiidev/chore/shared-renovate-config
chore: shared renovate config
2 parents 3e8640c + 8e637b4 commit fc80944

1 file changed

Lines changed: 2 additions & 21 deletions

File tree

renovate.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:best-practices",
5-
"group:allNonMajor",
6-
":automergeMinor",
7-
"schedule:monthly"
8-
],
9-
"packageRules": [
10-
{
11-
"abandonmentThreshold": "5 years",
12-
"matchPackageNames": ["dotenvy", "figment"],
13-
"matchDatasources": ["crate"]
14-
}
15-
],
3+
"extends": ["github>profiidev/renovate-config"],
164
"ignorePaths": [
175
"**/node_modules/**",
186
"**/bower_components/**",
197
"**/android/**",
208
"**/ios/**"
21-
],
22-
"osvVulnerabilityAlerts": true,
23-
"vulnerabilityAlerts": {
24-
"enabled": true,
25-
"vulnerabilityFixStrategy": "highest",
26-
"schedule": ["at any time"],
27-
"automerge": true
28-
}
9+
]
2910
}

0 commit comments

Comments
 (0)