-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
48 lines (45 loc) · 1.23 KB
/
default.json
File metadata and controls
48 lines (45 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"abandonments:recommended",
":docker",
":configMigration",
"customManagers:biomeVersions",
"customManagers:githubActionsVersions",
"customManagers:azurePipelinesVersions",
"npm:unpublishSafe",
"security:minimumReleaseAgeNpm",
"security:openssf-scorecard",
":enableVulnerabilityAlerts",
":prImmediately",
":semanticCommits",
":semanticPrefixFixDepsChoreOthers",
":separateMultipleMajorReleases",
":automergeMinor",
":automergePr",
":combinePatchMinorReleases",
":pinDevDependencies",
"github>ARKlab/renovate-config:dotnet-lts-only",
"github>ARKlab/renovate-config:disallowed-licenses",
"github>ARKlab/renovate-config:groups",
"github>ARKlab/renovate-config:sdk-based-sqlproj",
"github>ARKlab/renovate-config:replacements",
"group:allNonMajor"
],
"timezone": "Europe/Rome",
"osvVulnerabilityAlerts": true,
"postUpdateOptions": [
"npmDedupe"
],
"packageRules": [
{
"matchDepTypes": [
"dependencies",
"require"
],
"matchUpdateTypes": ["major"],
"semanticCommitType": "feat"
}
]
}