Skip to content

Commit 83753a5

Browse files
authored
chore: shared renovate configuration (#118)
dep: immich-app/.github#2
1 parent 4ff6f73 commit 83753a5

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

renovate.json

+2-38
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", "docker:pinDigests"],
4-
"minimumReleaseAge": "5 days",
5-
"packageRules": [
6-
{
7-
"groupName": "core",
8-
"matchUpdateTypes": ["minor", "patch"],
9-
"excludePackageNames": ["node", "@types/node"],
10-
"schedule": "on tuesday"
11-
},
12-
{
13-
"groupName": "svelte",
14-
"matchUpdateTypes": ["major"],
15-
"matchPackagePrefixes": ["@sveltejs"],
16-
"schedule": "on tuesday"
17-
},
18-
{
19-
"matchFileNames": [".github/**"],
20-
"groupName": "github-actions",
21-
"schedule": "on tuesday"
22-
},
23-
{
24-
"matchDatasources": ["npm"],
25-
"rangeStrategy": "bump",
26-
"groupName": "node",
27-
"versioning": "node",
28-
"matchPackageNames": ["node", "@types/node"],
29-
"schedule": "on tuesday"
30-
},
31-
{
32-
"groupName": "node",
33-
"matchDatasources": ["docker"],
34-
"matchPackageNames": ["node"],
35-
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
36-
"versioning": "node",
37-
"schedule": "on tuesday"
38-
}
39-
],
40-
"labels": ["dependencies", "renovate"]
3+
"extends": ["local>immich-app/.github:renovate-config"],
4+
"schedule": "on tuesday"
415
}

0 commit comments

Comments
 (0)