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
version: 2
updates:
# Cargo dependencies at the workspace root.
# archived/ is excluded from the workspace via Cargo.toml.
#
# `increase-if-necessary`: a manifest requirement is a *floor*, not a pin
# (`tokio = "1"` is `^1`), so a new upstream release inside the range needs
# only a `Cargo.lock` update. The default strategy rewrote the floor on
# every patch release, and every published rig release then forced
# downstream users to `cargo update` those crates just to take a rig point
# release (#2195). The manifest now moves only when a release falls outside
# the declared range — a major bump — which is a change worth reviewing.
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: increase-if-necessary
# All npm package.json files live inside archived/ and should be ignored.
# These entries exist solely to suppress Dependabot security/version PRs
# for the unmaintained rig-wasm JS package and its examples.
- package-ecosystem: "npm"
directory: "/archived/rig-wasm/pkg"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
- package-ecosystem: "npm"
directory: "/archived/rig-wasm/examples/basic"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
- package-ecosystem: "npm"
directory: "/archived/rig-wasm/examples/basic_with_tools"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
- package-ecosystem: "npm"
directory: "/archived/rig-wasm/examples/embedding"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"