-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
34 lines (34 loc) · 1.43 KB
/
default.json
File metadata and controls
34 lines (34 loc) · 1.43 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
{
"extends": [
"config:recommended",
":enableVulnerabilityAlertsWithLabel(security)",
"helpers:pinGitHubActionDigests",
"github>unipro-tech/renovate-config//auto-patch.json",
"github>unipro-tech/renovate-config//labels/semver/digest.json",
"github>unipro-tech/renovate-config//labels/semver/pinDigest.json",
"github>unipro-tech/renovate-config//labels/semver/lock.json",
"github>unipro-tech/renovate-config//labels/semver/major.json",
"github>unipro-tech/renovate-config//labels/semver/minor.json",
"github>unipro-tech/renovate-config//labels/semver/patch.json",
"github>unipro-tech/renovate-config//labels/versionFile/go.json",
"github>unipro-tech/renovate-config//labels/versionFile/js.json",
"github>unipro-tech/renovate-config//labels/versionFile/python.json",
"github>unipro-tech/renovate-config//labels/versionFile/rust.json",
"github>unipro-tech/renovate-config//labels/versionFile/gh-actions.json",
"github>unipro-tech/renovate-config//labels/versionFile/kubernetes.json",
"github>unipro-tech/renovate-config//groups/js-linter.json",
"github>unipro-tech/renovate-config//groups/react.json",
"github>unipro-tech/renovate-config//groups/pydantic.json"
],
"labels": [
"kind/dependency-update"
],
"prConcurrentLimit": 5,
"dockerfile": {
"fileMatch": [
"(^|/)Dockerfile-[^/]*$"
]
},
"minimumReleaseAge": "1 day",
"internalChecksFilter": "strict"
}