Skip to content

Commit e3005fe

Browse files
committed
chore: loose rustfs
1 parent 12ec0ca commit e3005fe

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.renovaterc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
"matchUpdateTypes": ["patch", "minor"]
2424
},
2525
{
26-
"matchPackageNames": ["npm:@typescript/native-preview"],
26+
"matchPackageNames": ["/^.*@typescript/native-preview$/"],
27+
"automerge": true,
28+
"versioning": "loose"
29+
},
30+
{
31+
"matchPackageNames": ["rustfs/rustfs"],
2732
"automerge": true,
2833
"versioning": "loose"
2934
}

deploy/compose/infrastructure/rustfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
services:
44
rustfs:
55
container_name: notopia-rustfs
6-
image: rustfs/rustfs:1.0.0-alpha.90-glibc
6+
image: rustfs/rustfs:1.0.0-alpha.91-glibc
77
command:
88
- /data
99
environment:

0 commit comments

Comments
 (0)