Skip to content

Commit 3896135

Browse files
committed
Refactor
1 parent d611913 commit 3896135

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"bridge/node/package.json":"Patch","crates/cli/Cargo.toml":"Patch","crates/core/Cargo.toml":"Patch","crates/rust/Cargo.toml":"Patch","bridge/python/pyproject.toml":"Patch","crates/node/Cargo.toml":"Patch","crates/python/Cargo.toml":"Patch","crates/testkit/Cargo.toml":"Patch"},"note":"Refactor","date":"2026-04-07T12:56:37.399263800Z"}

.changepacks/config.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
2-
"ignore": [],
3-
"baseBranch": "main",
4-
"latestPackage": null,
5-
"publish": {},
6-
"updateOn": {}
2+
"ignore": [
3+
"**/*",
4+
"!crates/*/Cargo.toml",
5+
"!bridge/node/package.json",
6+
"!bridge/python/pyproject.toml"
7+
],
8+
"latestPackage": "crates/cli/Cargo.toml",
9+
"updateOn": {
10+
"crates/*": ["bridge/node/package.json", "bridge/python/pyproject.toml", "crates/cli/Cargo.toml", "crates/cli/Cargo.toml"]
11+
}
712
}

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "dependency-check-updates-cli"
2+
name = "dependency-check-updates"
33
version = "0.1.0"
44
edition.workspace = true
55
rust-version.workspace = true

0 commit comments

Comments
 (0)