Skip to content

Commit 19ea342

Browse files
committed
chore: update renovate configuration
1 parent c979537 commit 19ea342

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

renovate.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>buehler/renovate-config", ":disableMajorUpdates"],
4-
"ignorePaths": ["_old/", "examples/", "src/KubeOps.Generator/"],
5-
"dotnet": {
6-
"ignoreDeps": ["StyleCop.Analyzers"]
7-
}
3+
"extends": ["config:recommended", ":disableDependencyDashboard"],
4+
"labels": ["dependencies"],
5+
"vulnerabilityAlerts": {
6+
"labels": ["dependencies-security"]
7+
},
8+
"branchConcurrentLimit": 0,
9+
"prHourlyLimit": 0,
10+
"prConcurrentLimit": 0,
11+
"automerge": true,
12+
"timezone": "Europe/Zurich",
13+
"schedule": ["after 9pm", "before 6am"],
14+
"ignorePaths": ["examples/"],
15+
"packageRules": [
16+
{
17+
"matchManagers": ["dotnet"],
18+
"matchDepNames": ["Microsoft.CodeAnalysis.CSharp"],
19+
"matchFileNames": ["KubeOps.Generator.csproj"],
20+
"enabled": false
21+
}
22+
]
823
}

0 commit comments

Comments
 (0)