diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9b47641 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: pub + directory: / + schedule: + interval: weekly + groups: + root-pub: + patterns: + - "*" diff --git a/lib/src/minio_helpers.dart b/lib/src/minio_helpers.dart index 6d34379..ad59509 100644 --- a/lib/src/minio_helpers.dart +++ b/lib/src/minio_helpers.dart @@ -226,7 +226,7 @@ void validate(MinioResponse response, {int? expect}) { error = Error(response.reasonPhrase, null, response.reasonPhrase, null); } else { // check valid xml - if (response.body.startWith('