Skip to content

Commit 15fbc23

Browse files
committed
fix(nextcloud): Use version range for intl dependency
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 8141e19 commit 15fbc23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"automerge": true
1313
},
1414
"packageRules": [
15+
{
16+
"matchManagers": ["pub"],
17+
"matchDepTypes": ["dependencies"],
18+
"matchPackageNames": ["intl"],
19+
"rangeStrategy": "widen"
20+
},
1521
{
1622
"matchManagers": ["pub"],
1723
"matchDatasources": ["dart-version", "flutter-version"],

packages/nextcloud/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
crypto: ^3.0.0
1919
crypton: ^2.0.0
2020
dynamite_runtime: ^0.1.0
21-
intl: ^0.18.0
21+
intl: ">=0.17.0 <=0.19.0"
2222
json_annotation: ^4.8.1
2323
meta: ^1.0.0
2424
universal_io: ^2.0.0

0 commit comments

Comments
 (0)