added rust api to control DESI data distribution; updated to utilize bun for renovate
CI / Unit tests (pull_request) Failing after 8m55s
CI / Unit tests (pull_request) Failing after 8m55s
This commit is contained in:
+7
-1
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"gitAuthor": "Renovate Bot <renovate@samoneal.io>",
|
||||
"enabledManagers": ["gomod", "git-submodules", "github-actions"],
|
||||
"enabledManagers": ["gomod", "cargo", "git-submodules", "github-actions"],
|
||||
"git-submodules": {
|
||||
"enabled": true
|
||||
},
|
||||
@@ -13,6 +13,12 @@
|
||||
"matchManagers": ["gomod"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "infra go dependencies"
|
||||
},
|
||||
{
|
||||
"description": "Group non-breaking API (Rust) updates into one PR",
|
||||
"matchManagers": ["cargo"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "api rust dependencies"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user