Skip to content

Commit

Permalink
chore: group go updates into one PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pimeys committed Feb 22, 2025
1 parent eba6355 commit 4c2627d
Showing 1 changed file with 46 additions and 13 deletions.
59 changes: 46 additions & 13 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,75 @@
"mergeConfidence:all-badges"
],
"timezone": "Europe/Berlin",
"schedule": ["after 8pm", "before 6am"],
"schedule": [
"after 8pm",
"before 6am"
],
"updateNotScheduled": false,
"ignorePaths": ["crates/grafbase-workspace-hack/**"],
"addLabels": ["dependencies"],
"ignorePaths": [
"crates/grafbase-workspace-hack/**"
],
"addLabels": [
"dependencies"
],
"gitAuthor": "Nextest Bot <[email protected]>",
"packageRules": [
{
"matchManagers": ["cargo"],
"matchPackagePatterns": ["*"],
"groupName": "All Rust crate updates",
"matchManagers": [
"cargo"
],
"matchPackagePatterns": [
"*"
],
"groupName": "Rust crate versions",
"groupSlug": "all-updates",
"matchUpdateTypes": ["minor", "patch"]
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"matchManagers": [
"gomod"
],
"matchPackagePatterns": [
"*"
],
"groupName": "Go package versions",
"groupSlug": "go-updates",
"matchUpdateTypes": [
"major",
"minor",
"patch"
]
},
{
"matchPackageNames": [
"wasmtime",
"wasmtime-wasi",
"wasmtime-wasi-http"
],
"groupName": "Wasmtime major updates",
"groupSlug": "wasmtime-major",
"groupName": "Wasmtime",
"groupSlug": "wasmtime",
"separateMajorMinor": false,
"enabled": true,
"commitMessageSuffix": "[wasmtime-major]"
"commitMessageSuffix": "[wasmtime]"
},
{
"matchDatasources": ["crate"],
"matchDatasources": [
"crate"
],
"rangeStrategy": "bump"
},
{
"matchDatasources": ["crate"],
"matchDatasources": [
"crate"
],
"matchCurrentValue": "/^\\d+(\\.\\d+)?$/",
"rangeStrategy": "update-lockfile"
}
],
"lockFileMaintenance": {
"enabled": true
}
}
}

0 comments on commit 4c2627d

Please sign in to comment.