File tree Expand file tree Collapse file tree 4 files changed +9
-21
lines changed Expand file tree Collapse file tree 4 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
extends : [
3
3
'config:best-practices' ,
4
- ':pinAllExceptPeerDependencies' ,
5
- ':maintainLockFilesWeekly' ,
6
4
':semanticCommitsDisabled' ,
7
5
'customManagers:githubActionsVersions' ,
8
6
] ,
9
- packageRules : [
10
- {
11
- matchPackageNames : [
12
- 'warpy' ,
13
- ] ,
14
- extends : [
15
- 'schedule:weekly' ,
16
- ] ,
17
- } ,
18
- ] ,
19
7
}
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ version = "0.1.0"
4
4
edition = " 2024"
5
5
6
6
[dependencies ]
7
- eyre = " = 0.6.12"
8
- serde = { version = " = 1.0.219" , features = [" derive" ] }
9
- toml = " = 0.8.23"
7
+ eyre = " 0.6.12"
8
+ serde = { version = " 1.0.219" , features = [" derive" ] }
9
+ toml = " 0.8.23"
10
10
11
11
[dev-dependencies ]
12
- walkdir = " = 2.5.0"
12
+ walkdir = " 2.5.0"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
front_matter = { version = " 0.1.0" , path = " ../front_matter" }
8
- inquire = " = 0.7.5"
9
- serde = " = 1.0.219"
10
- toml = " = 0.8.23"
8
+ inquire = " 0.7.5"
9
+ serde = " 1.0.219"
10
+ toml = " 0.8.23"
11
11
rust_team_data = { git = " https://github.com/rust-lang/team" }
12
- ureq = { version = " = 3.0.11" , features = [" rustls" , " json" ] }
12
+ ureq = { version = " 3.0.11" , features = [" rustls" , " json" ] }
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ version = "0.1.0"
4
4
edition = " 2024"
5
5
6
6
[dev-dependencies ]
7
- insta = { version = " = 1.43.1" , features = [" filters" , " glob" ] }
7
+ insta = { version = " 1.43.1" , features = [" filters" , " glob" ] }
You can’t perform that action at this time.
0 commit comments