Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/config/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.20.0"
".": "0.20.0"
}
17 changes: 9 additions & 8 deletions .github/config/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.",
"packages": {
".": {
"changelog-path": "CHANGELOG.md"
}
}
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"include-component-in-tag": false,
"pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.",
"packages": {
".": {
"changelog-path": "CHANGELOG.md"
}
}
}
2 changes: 1 addition & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"MD013": false
"MD013": false
}
20 changes: 12 additions & 8 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"files": {
"ignoreUnknown": true,
"includes": [
"**",
"!!**/.github/renovate-tracked-deps.json",
"!!**/.claude"
]
}
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
Comment thread
zeitlinger marked this conversation as resolved.
"files": {
"ignoreUnknown": true,
"includes": [
"**",
"!!**/.github/renovate-tracked-deps.json",
"!!**/.claude"
]
}
}
120 changes: 60 additions & 60 deletions default.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Renovate custom managers for repositories that use flint mise tasks",
"customManagers": [
{
"customType": "regex",
"description": "Update _VERSION variables in mise.toml",
"managerFilePatterns": ["/^mise\\.toml$/"],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))?(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?_VERSION=\"?(?<currentValue>[^@\"]+?)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?\\s"
]
},
{
"customType": "regex",
"description": "Update raw.githubusercontent.com URLs pinned to SHA with version comment",
"managerFilePatterns": ["/^mise\\.toml$/"],
"matchStrings": [
"https://raw\\.githubusercontent\\.com/(?<depName>[^/]+/[^/]+)/(?<currentDigest>[a-f0-9]{40})/.*#\\s*(?<currentValue>v\\S+)"
],
"datasourceTemplate": "github-tags"
},
{
"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: [\"']?(?<currentDigest>\\w+)[\"']?"
]
}
],
"packageRules": [
{
"matchPackageNames": ["renovate"],
"description": "Only update renovate once a week",
"schedule": ["before 6am on Monday"]
},
{
"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"]
},
{
"matchPackageNames": ["ghcr.io/super-linter/super-linter"],
"matchCurrentValue": "/^slim-/",
"description": "Use regex versioning for slim Super-Linter tags (slim-v8.4.0)",
"versioning": "regex:^slim-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Renovate custom managers for repositories that use flint mise tasks",
"customManagers": [
{
"customType": "regex",
"description": "Update _VERSION variables in mise.toml",
"managerFilePatterns": ["/^mise\\.toml$/"],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))?(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?_VERSION=\"?(?<currentValue>[^@\"]+?)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?\\s"
]
},
{
"customType": "regex",
"description": "Update raw.githubusercontent.com URLs pinned to SHA with version comment",
"managerFilePatterns": ["/^mise\\.toml$/"],
"matchStrings": [
"https://raw\\.githubusercontent\\.com/(?<depName>[^/]+/[^/]+)/(?<currentDigest>[a-f0-9]{40})/.*#\\s*(?<currentValue>v\\S+)"
],
"datasourceTemplate": "github-tags"
},
{
"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: [\"']?(?<currentDigest>\\w+)[\"']?"
]
}
],
"packageRules": [
{
"matchPackageNames": ["renovate"],
"description": "Only update renovate once a week",
"schedule": ["before 6am on Monday"]
},
{
"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"]
},
{
"matchPackageNames": ["ghcr.io/super-linter/super-linter"],
"matchCurrentValue": "/^slim-/",
"description": "Use regex versioning for slim Super-Linter tags (slim-v8.4.0)",
"versioning": "regex:^slim-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
}
]
}
Loading