-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault.json
More file actions
66 lines (66 loc) · 2.02 KB
/
Copy pathdefault.json
File metadata and controls
66 lines (66 loc) · 2.02 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Renovate preset for repositories that use flint",
"customManagers": [
{
"customType": "regex",
"description": "Update mise version in GitHub Actions workflows",
"managerFilePatterns": [
"/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/",
"/(^|/)action\\.ya?ml$/"
],
"datasourceTemplate": "github-release-attachments",
"packageNameTemplate": "jdx/mise",
"depNameTemplate": "mise",
"matchStrings": [
"jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256:\\s*(?:(?:[>|][-+]?)\\s*\\n\\s*)?[\"']?(?<currentDigest>[a-f0-9]{64})[\"']?"
]
}
],
"packageRules": [
{
"matchDepNames": [
"actionlint",
"aqua:jonwiggins/xmloxide",
"aqua:owenlamont/ryl",
"biome",
"editorconfig-checker",
"golangci-lint",
"google-java-format",
"hadolint",
"ktlint",
"lychee",
"npm:renovate",
"ruff",
"rumdl",
"shellcheck",
"shfmt",
"taplo",
"typos",
"zizmor"
],
"groupName": "linters",
"commitMessageTopic": "flint-managed linter updates",
"description": "Only update flint-managed linters once a week",
"schedule": ["before 4am on Monday"],
"separateMajorMinor": false
},
{
"description": "Align biome's aqua tag format with Renovate extractVersion matching",
"matchDepNames": ["biome"],
"extractVersion": "^@biomejs/biome@(?<version>.+)$"
},
{
"matchPackageNames": ["jdx/mise"],
"groupName": "mise",
"description": "Only update mise once a week",
"schedule": ["before 4am on Monday"]
},
{
"matchPackageNames": ["grafana/flint"],
"groupName": "flint",
"description": "Only update flint once a week",
"schedule": ["before 4am on Monday"]
}
]
}