Files
matrix-authentication-service/.github/dependabot.yml
T
Quentin Gliech cb2a6f2df1 Let dependabot bump the Rust toolchain
The `rust-toolchain` ecosystem updates the `channel` in `rust-toolchain.toml`, which is now the only place the Rust version is written down. Weekly with the usual 14-day cooldown, so the `.1` point release has usually landed by the time the PR opens.
2026-08-26 12:01:36 +02:00

130 lines
2.9 KiB
YAML

# Copyright 2025, 2026 Element Creations Ltd.
# Copyright 2025 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# Please see LICENSE files in the repository root for full details.
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
labels:
- "A-Dependencies"
- "Z-Deps-Backend"
schedule:
interval: "monthly"
groups:
axum:
patterns:
- "axum"
- "axum-*"
opentelemetry:
patterns:
- "opentelemetry"
- "opentelemetry_sdk"
- "opentelemetry-*"
- "tracing-opentelemetry"
sea-query:
patterns:
- "sea-query"
- "sea-query-*"
sentry:
patterns:
- "sentry"
- "sentry-*"
tracing:
patterns:
- "tracing-*"
exclude-patterns:
- "tracing-opentelemetry"
icu:
patterns:
- "icu"
- "icu_*"
cooldown:
default-days: 14
# Rust releases every six weeks; the cooldown lets the .1 point release land first.
- package-ecosystem: "rust-toolchain"
directory: "/"
labels:
- "A-Dependencies"
- "Z-Deps-Backend"
schedule:
interval: "weekly"
cooldown:
default-days: 14
- package-ecosystem: "github-actions"
directory: "/"
labels:
- "A-Dependencies"
- "Z-Deps-CI"
schedule:
interval: "monthly"
cooldown:
default-days: 14
- package-ecosystem: "npm"
# pnpm workspace lives at the repo root, includes mostly frontend
# dependencies but also a few tools
directory: "/"
labels:
- "A-Dependencies"
- "Z-Deps-Frontend"
schedule:
interval: "monthly"
groups:
storybook:
patterns:
- "storybook"
- "storybook-*"
- "@storybook/*"
fontsource:
patterns:
- "@fontsource/*"
vitest:
patterns:
- "vitest"
- "@vitest/*"
vite:
patterns:
- "vite"
- "@vitejs/*"
- "vite-*"
i18next:
patterns:
- "i18next"
- "i18next-*"
- "react-i18next"
react:
patterns:
- "react"
- "react-*"
exclude-patterns:
- "react-i18next"
jotai:
patterns:
- "jotai"
- "jotai-*"
graphql-codegen:
patterns:
- "@graphql-codegen/*"
tanstack-router:
patterns:
- "@tanstack/react-router"
- "@tanstack/react-router-*"
- "@tanstack/router-*"
tanstack-query:
patterns:
- "@tanstack/react-query"
- "@tanstack/react-query-*"
types:
patterns:
- "@types/*"
browser-logos:
patterns:
- "@browser-logos/*"
cooldown:
default-days: 14